mirror of https://github.com/m-labs/artiq.git
test/rtio/Loopback: ensure loop_out is low before starting test
This commit is contained in:
parent
f3a2b3a67e
commit
d0cf589229
|
@ -48,6 +48,7 @@ class Loopback(EnvExperiment):
|
|||
@kernel
|
||||
def run(self):
|
||||
self.loop_in.input()
|
||||
self.loop_out.off()
|
||||
delay(1*us)
|
||||
with parallel:
|
||||
self.loop_in.gate_rising(2*us)
|
||||
|
|
Loading…
Reference in New Issue