mirror of https://github.com/m-labs/artiq.git
test/coredevice: let output() settle longer
This commit is contained in:
parent
5f5227f01f
commit
2640a57af3
|
@ -120,7 +120,7 @@ class LoopbackCount(EnvExperiment):
|
||||||
@kernel
|
@kernel
|
||||||
def run(self):
|
def run(self):
|
||||||
self.ttl_inout.output()
|
self.ttl_inout.output()
|
||||||
delay(1*us)
|
delay(5*us)
|
||||||
with parallel:
|
with parallel:
|
||||||
self.ttl_inout.gate_rising(10*us)
|
self.ttl_inout.gate_rising(10*us)
|
||||||
with sequential:
|
with sequential:
|
||||||
|
|
Loading…
Reference in New Issue