forked from M-Labs/artiq
urukul: don't deal with dds_reset for now
This commit is contained in:
parent
e8608d12f5
commit
d8dbab024d
|
@ -88,7 +88,8 @@ CS_DDS_CH3 = 7
|
||||||
|
|
||||||
|
|
||||||
class CPLD:
|
class CPLD:
|
||||||
def __init__(self, dmgr, spi_device, io_update_device, dds_reset_device,
|
def __init__(self, dmgr, spi_device, io_update_device,
|
||||||
|
dds_reset_device=None,
|
||||||
refclk=100e6, core_device="core"):
|
refclk=100e6, core_device="core"):
|
||||||
|
|
||||||
self.core = dmgr.get(core_device)
|
self.core = dmgr.get(core_device)
|
||||||
|
|
|
@ -203,12 +203,6 @@ device_db = {
|
||||||
"class": "TTLOut",
|
"class": "TTLOut",
|
||||||
"arguments": {"channel": 33}
|
"arguments": {"channel": 33}
|
||||||
},
|
},
|
||||||
"ttl_urukul_dds_reset": {
|
|
||||||
"type": "local",
|
|
||||||
"module": "artiq.coredevice.ttl",
|
|
||||||
"class": "TTLOut",
|
|
||||||
"arguments": {"channel": 34}
|
|
||||||
},
|
|
||||||
"ttl_urukul_sw0": {
|
"ttl_urukul_sw0": {
|
||||||
"type": "local",
|
"type": "local",
|
||||||
"module": "artiq.coredevice.ttl",
|
"module": "artiq.coredevice.ttl",
|
||||||
|
@ -240,7 +234,6 @@ device_db = {
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"spi_device": "spi_urukul",
|
"spi_device": "spi_urukul",
|
||||||
"io_update_device": "ttl_urukul_io_update",
|
"io_update_device": "ttl_urukul_io_update",
|
||||||
"dds_reset_device": "ttl_urukul_dds_reset",
|
|
||||||
"refclk": 100e6
|
"refclk": 100e6
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue