From 4f0e40ca3c11f4bfcc89bda3903b98d834e457b7 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 7 Jul 2014 19:14:23 +0200 Subject: [PATCH] devices/core: service RPC requests --- artiq/devices/core.py | 1 + 1 file changed, 1 insertion(+) 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)