diff --git a/artiq/frontend/artiq_ddb_template.py b/artiq/frontend/artiq_ddb_template.py index 57bddf32c..052673e03 100755 --- a/artiq/frontend/artiq_ddb_template.py +++ b/artiq/frontend/artiq_ddb_template.py @@ -520,7 +520,7 @@ def process(output, master_description, satellites): for peripheral in master_description["peripherals"]: n_channels = pm.process(rtio_offset, peripheral) rtio_offset += n_channels - if base == "standalone": + if base == "standalone" and master_description["hw_rev"] in ("v1.0", "v1.1"): n_channels = pm.add_sfp_leds(rtio_offset) rtio_offset += n_channels