forked from M-Labs/artiq
ddb_template: propagate fastino log2_width setting
Signed-off-by: Etienne Wodey <etienne.wodey@aqt.eu>
This commit is contained in:
parent
3e7680e45b
commit
079d57b54d
|
@ -552,10 +552,11 @@ class PeripheralManager:
|
||||||
"type": "local",
|
"type": "local",
|
||||||
"module": "artiq.coredevice.fastino",
|
"module": "artiq.coredevice.fastino",
|
||||||
"class": "Fastino",
|
"class": "Fastino",
|
||||||
"arguments": {{"channel": 0x{channel:06x}}}
|
"arguments": {{"channel": 0x{channel:06x}, "log2_width": {log2_width}}}
|
||||||
}}""",
|
}}""",
|
||||||
name=self.get_name("fastino"),
|
name=self.get_name("fastino"),
|
||||||
channel=rtio_offset)
|
channel=rtio_offset,
|
||||||
|
log2_width=peripheral["log2_width"])
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
def process_phaser(self, rtio_offset, peripheral):
|
def process_phaser(self, rtio_offset, peripheral):
|
||||||
|
|
Loading…
Reference in New Issue