mirror of https://github.com/m-labs/artiq.git
examples/ddb: add --simulation for controllers
This commit is contained in:
parent
799a58a442
commit
13c15173cc
|
@ -87,7 +87,7 @@
|
||||||
"host": "::1",
|
"host": "::1",
|
||||||
"port": 4000,
|
"port": 4000,
|
||||||
"target_name": "pdq2",
|
"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": {
|
"qc_q1_1": {
|
||||||
"type": "controller",
|
"type": "controller",
|
||||||
|
@ -95,7 +95,7 @@
|
||||||
"host": "::1",
|
"host": "::1",
|
||||||
"port": 4001,
|
"port": 4001,
|
||||||
"target_name": "pdq2",
|
"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": {
|
"qc_q1_2": {
|
||||||
"type": "controller",
|
"type": "controller",
|
||||||
|
@ -103,7 +103,7 @@
|
||||||
"host": "::1",
|
"host": "::1",
|
||||||
"port": 4002,
|
"port": 4002,
|
||||||
"target_name": "pdq2",
|
"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": {
|
"qc_q1_3": {
|
||||||
"type": "controller",
|
"type": "controller",
|
||||||
|
@ -111,7 +111,7 @@
|
||||||
"host": "::1",
|
"host": "::1",
|
||||||
"port": 4003,
|
"port": 4003,
|
||||||
"target_name": "pdq2",
|
"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": {
|
"electrodes": {
|
||||||
"type": "local",
|
"type": "local",
|
||||||
|
@ -130,7 +130,7 @@
|
||||||
"host": "::1",
|
"host": "::1",
|
||||||
"port": 3253,
|
"port": 3253,
|
||||||
"target_name": "lda",
|
"target_name": "lda",
|
||||||
"command": "lda_controller -p {port} --bind {bind}"
|
"command": "lda_controller -p {port} --bind {bind} --simulation"
|
||||||
},
|
},
|
||||||
|
|
||||||
"ttl_inout": "pmt0",
|
"ttl_inout": "pmt0",
|
||||||
|
|
Loading…
Reference in New Issue