forked from M-Labs/artiq
examples: update device_db for nist_clock spi
This commit is contained in:
parent
da22ec73df
commit
764795a8fe
|
@ -74,14 +74,6 @@
|
||||||
"class": "TTLInOut",
|
"class": "TTLInOut",
|
||||||
"arguments": {"channel": 18}
|
"arguments": {"channel": 18}
|
||||||
},
|
},
|
||||||
"ttl_clock_la32_p": {
|
|
||||||
"type": "local",
|
|
||||||
"module": "artiq.coredevice.ttl",
|
|
||||||
"class": "TTLClockGen",
|
|
||||||
"arguments": {"channel": 20}
|
|
||||||
},
|
|
||||||
|
|
||||||
|
|
||||||
"led": {
|
"led": {
|
||||||
"type": "local",
|
"type": "local",
|
||||||
"module": "artiq.coredevice.ttl",
|
"module": "artiq.coredevice.ttl",
|
||||||
|
@ -89,6 +81,45 @@
|
||||||
"arguments": {"channel": 19}
|
"arguments": {"channel": 19}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"ams101_ldac": {
|
||||||
|
"type": "local",
|
||||||
|
"module": "artiq.coredevice.ttl",
|
||||||
|
"class": "TTLOut",
|
||||||
|
"arguments": {"channel": 20}
|
||||||
|
},
|
||||||
|
"ams101_spi": {
|
||||||
|
"type": "local",
|
||||||
|
"module": "artiq.coredevice.spi",
|
||||||
|
"class": "SPIMaster",
|
||||||
|
"arguments": {"channel": 21}
|
||||||
|
},
|
||||||
|
|
||||||
|
"spi0": {
|
||||||
|
"type": "local",
|
||||||
|
"module": "artiq.coredevice.spi",
|
||||||
|
"class": "SPIMaster",
|
||||||
|
"arguments": {"channel": 22}
|
||||||
|
},
|
||||||
|
"spi1": {
|
||||||
|
"type": "local",
|
||||||
|
"module": "artiq.coredevice.spi",
|
||||||
|
"class": "SPIMaster",
|
||||||
|
"arguments": {"channel": 23}
|
||||||
|
},
|
||||||
|
"spi2": {
|
||||||
|
"type": "local",
|
||||||
|
"module": "artiq.coredevice.spi",
|
||||||
|
"class": "SPIMaster",
|
||||||
|
"arguments": {"channel": 24}
|
||||||
|
},
|
||||||
|
|
||||||
|
"ttl_clock_la32_p": {
|
||||||
|
"type": "local",
|
||||||
|
"module": "artiq.coredevice.ttl",
|
||||||
|
"class": "TTLClockGen",
|
||||||
|
"arguments": {"channel": 25}
|
||||||
|
},
|
||||||
|
|
||||||
"dds_bus": {
|
"dds_bus": {
|
||||||
"type": "local",
|
"type": "local",
|
||||||
"module": "artiq.coredevice.dds",
|
"module": "artiq.coredevice.dds",
|
||||||
|
|
Loading…
Reference in New Issue