examples/master: sync device_db with kc705_nist_clock

pull/954/head
Robert Jördens 2018-02-27 19:37:42 +01:00
parent 916b10ca94
commit f97163cdee
1 changed files with 9 additions and 4 deletions

View File

@ -162,7 +162,7 @@ device_db = {
# DAC
"spi_ams101": {
"type": "local",
"module": "artiq.coredevice.spi",
"module": "artiq.coredevice.spi2",
"class": "SPIMaster",
"arguments": {"channel": 22}
},
@ -174,7 +174,7 @@ device_db = {
},
"spi_zotino": {
"type": "local",
"module": "artiq.coredevice.spi",
"module": "artiq.coredevice.spi2",
"class": "SPIMaster",
"arguments": {"channel": 30}
},
@ -188,12 +188,17 @@ device_db = {
"type": "local",
"module": "artiq.coredevice.ad5360",
"class": "AD5360",
"arguments": {"spi_device": "spi_zotino", "ldac_device": "ttl_zotino_ldac"}
"arguments": {
"spi_device": "spi_zotino",
"ldac_device": "ttl_zotino_ldac",
"div_write": 30,
"div_read": 40
}
},
"spi_urukul": {
"type": "local",
"module": "artiq.coredevice.spi",
"module": "artiq.coredevice.spi2",
"class": "SPIMaster",
"arguments": {"channel": 32}
},