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
def run(self):
self.loop_in.input()
self.loop_out.off()
delay(1*us)
with parallel:
self.loop_in.gate_rising(2*us)