Skip to content

Commit

Permalink
test/rtio/Loopback: ensure loop_out is low before starting test
Browse files Browse the repository at this point in the history
sbourdeauducq committed Mar 10, 2016
1 parent f3a2b3a commit d0cf589
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions artiq/test/coredevice/test_rtio.py
Original file line number Diff line number Diff line change
@@ -48,6 +48,7 @@ def build(self):
@kernel
def run(self):
self.loop_in.input()
self.loop_out.off()
delay(1*us)
with parallel:
self.loop_in.gate_rising(2*us)

0 comments on commit d0cf589

Please sign in to comment.