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
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ class Loopback(EnvExperiment):
@kernel @kernel
def run(self): def run(self):
self.loop_in.input() self.loop_in.input()
self.loop_out.off()
delay(1*us) delay(1*us)
with parallel: with parallel:
self.loop_in.gate_rising(2*us) self.loop_in.gate_rising(2*us)