minor cleanup

pull/1017/head
Sebastien Bourdeauducq 2018-05-21 15:35:00 +08:00
parent 9b4ad8b5af
commit 8513f0b0d4
2 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,3 @@
from artiq.language.core import kernel, delay, portable
from artiq.language.units import ns

View File

@ -115,19 +115,19 @@ for i in range(2):
"module": "artiq.coredevice.spi2",
"class": "SPIMaster",
"arguments": {"channel": 14+3*i+0}
},
}
device_db["ttl_zotino{}_ldac".format(i)] = {
"type": "local",
"module": "artiq.coredevice.ttl",
"class": "TTLOut",
"arguments": {"channel": 14+3*i+1}
},
}
device_db["ttl_zotino{}_clr".format(i)] = {
"type": "local",
"module": "artiq.coredevice.ttl",
"class": "TTLOut",
"arguments": {"channel": 14+3*i+2}
},
}
device_db["zotino{}".format(i)] = {
"type": "local",
"module": "artiq.coredevice.zotino",