examples/sayma: fix ref_multiplier

SAWG is working, whoohoo!
pull/922/head
Sebastien Bourdeauducq 2018-01-23 15:26:01 +08:00
parent cfffd9e13d
commit cb0016ceee
1 changed files with 1 additions and 1 deletions

View File

@ -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",