2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-25 03:08:27 +08:00

coredevice/sawg: missing comma

This commit is contained in:
Robert Jördens 2016-11-21 13:16:44 +01:00
parent b226dbd257
commit c73b1af7ab

View File

@ -107,7 +107,7 @@ class SAWG:
"""
kernel_invariants = {"channel_base", "core",
"amplitude1", "frequency1", "phase1",
"amplitude2", "frequency2", "phase2"
"amplitude2", "frequency2", "phase2",
"frequency0", "phase0", "offset"}
def __init__(self, dmgr, channel_base, parallelism, core_device="core"):