fix phaser device_db SAWG channel numbers

This commit is contained in:
Sebastien Bourdeauducq 2017-01-03 21:22:16 +01:00
parent 8e9be41c73
commit 318dbb699b
1 changed files with 4 additions and 10 deletions

View File

@ -38,34 +38,28 @@
"class": "TTLInOut",
"arguments": {"channel": 2}
},
"sync": {
"type": "local",
"module": "artiq.coredevice.ttl",
"class": "TTLInOut",
"arguments": {"channel": 3}
},
"sawg0": {
"type": "local",
"module": "artiq.coredevice.sawg",
"class": "SAWG",
"arguments": {"channel_base": 4, "parallelism": 2}
"arguments": {"channel_base": 3, "parallelism": 2}
},
"sawg1": {
"type": "local",
"module": "artiq.coredevice.sawg",
"class": "SAWG",
"arguments": {"channel_base": 14, "parallelism": 2}
"arguments": {"channel_base": 13, "parallelism": 2}
},
"sawg2": {
"type": "local",
"module": "artiq.coredevice.sawg",
"class": "SAWG",
"arguments": {"channel_base": 24, "parallelism": 2}
"arguments": {"channel_base": 23, "parallelism": 2}
},
"sawg3": {
"type": "local",
"module": "artiq.coredevice.sawg",
"class": "SAWG",
"arguments": {"channel_base": 34, "parallelism": 2}
"arguments": {"channel_base": 33, "parallelism": 2}
}
}