forked from M-Labs/artiq
examples: work around NAC3 segfault
This commit is contained in:
parent
d2add0a683
commit
317c257778
|
@ -31,7 +31,7 @@ class NAC3Devices(EnvExperiment):
|
||||||
ttl0_counter: KernelInvariant[EdgeCounter]
|
ttl0_counter: KernelInvariant[EdgeCounter]
|
||||||
grabber0: KernelInvariant[Grabber]
|
grabber0: KernelInvariant[Grabber]
|
||||||
fastino0: KernelInvariant[Fastino]
|
fastino0: KernelInvariant[Fastino]
|
||||||
phaser0: KernelInvariant[Phaser]
|
# NAC3TODO segfault phaser0: KernelInvariant[Phaser]
|
||||||
|
|
||||||
def build(self):
|
def build(self):
|
||||||
self.setattr_device("core")
|
self.setattr_device("core")
|
||||||
|
@ -48,7 +48,7 @@ class NAC3Devices(EnvExperiment):
|
||||||
self.setattr_device("ttl0_counter")
|
self.setattr_device("ttl0_counter")
|
||||||
self.setattr_device("grabber0")
|
self.setattr_device("grabber0")
|
||||||
self.setattr_device("fastino0")
|
self.setattr_device("fastino0")
|
||||||
self.setattr_device("phaser0")
|
# NAC3TODO segfault self.setattr_device("phaser0")
|
||||||
|
|
||||||
@kernel
|
@kernel
|
||||||
def run(self):
|
def run(self):
|
||||||
|
|
Loading…
Reference in New Issue