diff --git a/artiq/devices/core.py b/artiq/devices/core.py index 84335ef04..cd381e206 100644 --- a/artiq/devices/core.py +++ b/artiq/devices/core.py @@ -17,3 +17,4 @@ class Core: binary = get_runtime_binary(self.runtime_env, stmts) self.core_com.run(binary) + self.core_com.serve(rpc_map)