2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-25 11:18:27 +08:00

test/rtio/Loopback: ensure loop_out is low before starting test

This commit is contained in:
Sebastien Bourdeauducq 2016-03-10 13:24:00 +08:00
parent f3a2b3a67e
commit d0cf589229

View File

@ -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)