forked from M-Labs/artiq
1
0
Fork 0

test: set inputs to input(), should close #383

This commit is contained in:
Robert Jördens 2016-04-12 18:17:06 +08:00
parent 1f50b3428e
commit d42ef46471
2 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,8 @@ class CreateTTLPulse(EnvExperiment):
@kernel
def run(self):
self.loop_in.input()
delay_mu(8)
with parallel:
self.loop_in.gate_both_mu(1200)
with sequential:

View File

@ -158,6 +158,7 @@ class LoopbackCount(EnvExperiment):
@kernel
def run(self):
self.loop_in.input()
self.loop_out.output()
delay(5*us)
with parallel: