2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-02-17 21:11:56 +08:00

examples: fix Sayma DRTIO ref_period

This commit is contained in:
Sebastien Bourdeauducq 2018-03-08 15:09:33 +08:00
parent 37ec97eb28
commit 8bd85caafb

View File

@ -5,7 +5,7 @@ device_db = {
"type": "local", "type": "local",
"module": "artiq.coredevice.core", "module": "artiq.coredevice.core",
"class": "Core", "class": "Core",
"arguments": {"host": core_addr, "ref_period": 2e-9} "arguments": {"host": core_addr, "ref_period": 1/(8*150e6)}
}, },
"core_log": { "core_log": {
"type": "controller", "type": "controller",