forked from M-Labs/artiq
test: set inputs to input(), should close #383
This commit is contained in:
parent
936190033e
commit
6552aa4c28
|
@ -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:
|
||||
|
|
|
@ -152,6 +152,7 @@ class LoopbackCount(EnvExperiment):
|
|||
|
||||
@kernel
|
||||
def run(self):
|
||||
self.loop_in.input()
|
||||
self.loop_out.output()
|
||||
delay(5*us)
|
||||
with parallel:
|
||||
|
|
Loading…
Reference in New Issue