benchmarks: add copies of ddb/pdb

This commit is contained in:
Sebastien Bourdeauducq 2015-02-18 08:48:00 -07:00
parent 4c015d383d
commit e6d0fc2021
2 changed files with 47 additions and 0 deletions

46
benchmarks/ddb.pyon Normal file
View File

@ -0,0 +1,46 @@
{
"comm": {
"type": "local",
"module": "artiq.coredevice.comm_serial",
"class": "Comm",
"arguments": {}
},
"core": {
"type": "local",
"module": "artiq.coredevice.core",
"class": "Core",
"arguments": {}
},
"pmt0": {
"type": "local",
"module": "artiq.coredevice.rtio",
"class": "RTIOIn",
"arguments": {"channel": 0}
},
"pmt1": {
"type": "local",
"module": "artiq.coredevice.rtio",
"class": "RTIOIn",
"arguments": {"channel": 1}
},
"ttl0": {
"type": "local",
"module": "artiq.coredevice.rtio",
"class": "RTIOOut",
"arguments": {"channel": 2}
},
"ttl1": {
"type": "local",
"module": "artiq.coredevice.rtio",
"class": "RTIOOut",
"arguments": {"channel": 3}
},
"ttl2": {
"type": "local",
"module": "artiq.coredevice.rtio",
"class": "RTIOOut",
"arguments": {"channel": 4}
},
}

1
benchmarks/pdb.pyon Normal file
View File

@ -0,0 +1 @@
{}