mirror of https://github.com/m-labs/artiq.git
sawg: core is kernel_invariant
This commit is contained in:
parent
b6002529cf
commit
b2327cf808
|
@ -10,7 +10,7 @@ class SAWG:
|
||||||
Frequency and Phase are then assumed to be successive channels.
|
Frequency and Phase are then assumed to be successive channels.
|
||||||
"""
|
"""
|
||||||
kernel_invariants = {"amplitude_scale", "frequency_scale", "phase_scale",
|
kernel_invariants = {"amplitude_scale", "frequency_scale", "phase_scale",
|
||||||
"channel_base"}
|
"channel_base", "core"}
|
||||||
|
|
||||||
def __init__(self, dmgr, channel_base, parallelism=4, core_device="core"):
|
def __init__(self, dmgr, channel_base, parallelism=4, core_device="core"):
|
||||||
self.core = dmgr.get(core_device)
|
self.core = dmgr.get(core_device)
|
||||||
|
|
Loading…
Reference in New Issue