Skip to content

Commit

Permalink
test: set inputs to input(), should close #383
Browse files Browse the repository at this point in the history
jordens committed Apr 12, 2016
1 parent 1f50b34 commit d42ef46
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions artiq/test/coredevice/test_analyzer.py
Original file line number Diff line number Diff line change
@@ -12,6 +12,8 @@ def build(self):

@kernel
def run(self):
self.loop_in.input()
delay_mu(8)
with parallel:
self.loop_in.gate_both_mu(1200)
with sequential:
1 change: 1 addition & 0 deletions artiq/test/coredevice/test_rtio.py
Original file line number Diff line number Diff line change
@@ -158,6 +158,7 @@ def set_count(self, count):

@kernel
def run(self):
self.loop_in.input()
self.loop_out.output()
delay(5*us)
with parallel:

0 comments on commit d42ef46

Please sign in to comment.