From cb0016ceeeaa0e376a9b13ab5d2ea7ba7495100b Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 23 Jan 2018 15:26:01 +0800 Subject: [PATCH] examples/sayma: fix ref_multiplier SAWG is working, whoohoo! --- artiq/examples/sayma/device_db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/examples/sayma/device_db.py b/artiq/examples/sayma/device_db.py index 01ef439139..f603f6e138 100644 --- a/artiq/examples/sayma/device_db.py +++ b/artiq/examples/sayma/device_db.py @@ -5,7 +5,7 @@ "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",