mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-19 00:16:29 +08:00
reset core device in phaser examples
This commit is contained in:
parent
d29ec22497
commit
8e9be41c73
@ -14,7 +14,7 @@ class SAWGTest(EnvExperiment):
|
|||||||
|
|
||||||
@kernel
|
@kernel
|
||||||
def run(self):
|
def run(self):
|
||||||
self.core.break_realtime()
|
self.core.reset()
|
||||||
self.ttl_sma.output()
|
self.ttl_sma.output()
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
|
@ -14,7 +14,7 @@ class SAWGTest(EnvExperiment):
|
|||||||
|
|
||||||
@kernel
|
@kernel
|
||||||
def run(self):
|
def run(self):
|
||||||
self.core.break_realtime()
|
self.core.reset()
|
||||||
self.ttl_sma.output()
|
self.ttl_sma.output()
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
|
Loading…
Reference in New Issue
Block a user