artiq_ddb_template: fix mistake in 18524911

pull/2051/head
Sebastien Bourdeauducq 2023-01-15 12:26:52 +08:00
parent 57e87c9717
commit 20e8f17b3d
1 changed files with 2 additions and 2 deletions

View File

@ -567,10 +567,10 @@ class PeripheralManager:
def process_phaser(self, rtio_offset, peripheral):
mode = peripheral.get("mode", "base")
if mode == "miqro":
dac = f', "dac": {{"pll_m": 16, "pll_n": 3, "interpolation": 2}}, "gw_rev"={PHASER_GW_MIQRO}'
dac = f', "dac": {{"pll_m": 16, "pll_n": 3, "interpolation": 2}}, "gw_rev": {PHASER_GW_MIQRO}'
n_channels = 3
else:
dac = f', "gw_rev"={PHASER_GW_BASE}'
dac = f', "gw_rev": {PHASER_GW_BASE}'
n_channels = 5
self.gen("""
device_db["{name}"] = {{