Revert "examples: work around NAC3 segfault"

This reverts commit 317c257778.
This commit is contained in:
Sebastien Bourdeauducq 2022-03-26 20:21:01 +08:00
parent 8e5fc599eb
commit 2bc770ec72
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ class NAC3Devices(EnvExperiment):
ttl0_counter: KernelInvariant[EdgeCounter]
grabber0: KernelInvariant[Grabber]
fastino0: KernelInvariant[Fastino]
# NAC3TODO segfault phaser0: KernelInvariant[Phaser]
phaser0: KernelInvariant[Phaser]
def build(self):
self.setattr_device("core")
@ -48,7 +48,7 @@ class NAC3Devices(EnvExperiment):
self.setattr_device("ttl0_counter")
self.setattr_device("grabber0")
self.setattr_device("fastino0")
# NAC3TODO segfault self.setattr_device("phaser0")
self.setattr_device("phaser0")
@kernel
def run(self):