examples/device_db: add clockgen

This commit is contained in:
Sebastien Bourdeauducq 2015-12-26 21:50:48 +08:00
parent 1c36ae0672
commit 532204e5ff
1 changed files with 6 additions and 0 deletions

View File

@ -66,6 +66,12 @@
"class": "TTLOut",
"arguments": {"channel": 18}
},
"ttl15": {
"type": "local",
"module": "artiq.coredevice.ttl",
"class": "TTLClockGen",
"arguments": {"channel": 19}
},
"dds_bus": {
"type": "local",