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
|
||||
def run(self):
|
||||
self.ttl_inout.output()
|
||||
delay(1*us)
|
||||
delay(5*us)
|
||||
with parallel:
|
||||
self.ttl_inout.gate_rising(10*us)
|
||||
with sequential:
|
||||
|
|
Loading…
Reference in New Issue