From 13c15173cc334770f04ddca1488296ca8f6d3214 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 9 Aug 2015 17:12:06 +0800 Subject: [PATCH] examples/ddb: add --simulation for controllers --- examples/master/ddb.pyon | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/master/ddb.pyon b/examples/master/ddb.pyon index 3098391bd..df172f272 100644 --- a/examples/master/ddb.pyon +++ b/examples/master/ddb.pyon @@ -87,7 +87,7 @@ "host": "::1", "port": 4000, "target_name": "pdq2", - "command": "pdq2_controller -p {port} --bind {bind} --dump qc_q1_0.bin" + "command": "pdq2_controller -p {port} --bind {bind} --simulation --dump qc_q1_0.bin" }, "qc_q1_1": { "type": "controller", @@ -95,7 +95,7 @@ "host": "::1", "port": 4001, "target_name": "pdq2", - "command": "pdq2_controller -p {port} --bind {bind} --dump qc_q1_1.bin" + "command": "pdq2_controller -p {port} --bind {bind} --simulation --dump qc_q1_1.bin" }, "qc_q1_2": { "type": "controller", @@ -103,7 +103,7 @@ "host": "::1", "port": 4002, "target_name": "pdq2", - "command": "pdq2_controller -p {port} --bind {bind} --dump qc_q1_2.bin" + "command": "pdq2_controller -p {port} --bind {bind} --simulation --dump qc_q1_2.bin" }, "qc_q1_3": { "type": "controller", @@ -111,7 +111,7 @@ "host": "::1", "port": 4003, "target_name": "pdq2", - "command": "pdq2_controller -p {port} --bind {bind} --dump qc_q1_3.bin" + "command": "pdq2_controller -p {port} --bind {bind} --simulation --dump qc_q1_3.bin" }, "electrodes": { "type": "local", @@ -130,7 +130,7 @@ "host": "::1", "port": 3253, "target_name": "lda", - "command": "lda_controller -p {port} --bind {bind}" + "command": "lda_controller -p {port} --bind {bind} --simulation" }, "ttl_inout": "pmt0",