artiq/benchmarks/ddb.pyon

29 lines
612 B
Plaintext
Raw Normal View History

2015-02-18 23:48:00 +08:00
{
"comm": {
"type": "local",
"module": "artiq.coredevice.comm_tcp",
2015-02-18 23:48:00 +08:00
"class": "Comm",
"arguments": {"host": "192.168.0.42"}
2015-02-18 23:48:00 +08:00
},
"core": {
"type": "local",
"module": "artiq.coredevice.core",
"class": "Core",
"arguments": {}
2015-02-18 23:48:00 +08:00
},
"pmt0": {
"type": "local",
"module": "artiq.coredevice.ttl",
"class": "TTLInOut",
2015-02-18 23:48:00 +08:00
"arguments": {"channel": 0}
},
"ttl0": {
"type": "local",
"module": "artiq.coredevice.ttl",
"class": "TTLOut",
2015-02-18 23:48:00 +08:00
"arguments": {"channel": 2}
},
}