mirror of https://github.com/m-labs/artiq.git
examples/device_db: add clockgen
This commit is contained in:
parent
1c36ae0672
commit
532204e5ff
|
@ -66,6 +66,12 @@
|
||||||
"class": "TTLOut",
|
"class": "TTLOut",
|
||||||
"arguments": {"channel": 18}
|
"arguments": {"channel": 18}
|
||||||
},
|
},
|
||||||
|
"ttl15": {
|
||||||
|
"type": "local",
|
||||||
|
"module": "artiq.coredevice.ttl",
|
||||||
|
"class": "TTLClockGen",
|
||||||
|
"arguments": {"channel": 19}
|
||||||
|
},
|
||||||
|
|
||||||
"dds_bus": {
|
"dds_bus": {
|
||||||
"type": "local",
|
"type": "local",
|
||||||
|
|
Loading…
Reference in New Issue