diff --git a/artiq/examples/sayma/device_db.py b/artiq/examples/sayma/device_db.py index 01ef43913..f603f6e13 100644 --- a/artiq/examples/sayma/device_db.py +++ b/artiq/examples/sayma/device_db.py @@ -5,7 +5,7 @@ device_db = { "type": "local", "module": "artiq.coredevice.core", "class": "Core", - "arguments": {"host": core_addr, "ref_period": 1/(150e6)} + "arguments": {"host": core_addr, "ref_period": 1/150e6, "ref_multiplier": 1} }, "core_log": { "type": "controller",