forked from M-Labs/artiq
examples/sayma: fix ref_multiplier
SAWG is working, whoohoo!
This commit is contained in:
parent
cfffd9e13d
commit
cb0016ceee
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue