Skip to content

Commit

Permalink
examples/sayma: fix ref_multiplier
Browse files Browse the repository at this point in the history
SAWG is working, whoohoo!
  • Loading branch information
sbourdeauducq committed Jan 23, 2018
1 parent cfffd9e commit cb0016c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/examples/sayma/device_db.py
Expand Up @@ -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",
Expand Down

0 comments on commit cb0016c

Please sign in to comment.