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 936190033e
commit 6552aa4c28
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

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