forked from M-Labs/artiq
test: add more RTIO slack in test_clock_generator_loopback
This commit is contained in:
parent
58ee09dbdc
commit
70343b244d
|
@ -76,7 +76,7 @@ class ClockGeneratorLoopback(EnvExperiment):
|
||||||
self.core.reset()
|
self.core.reset()
|
||||||
self.loop_clock_in.input()
|
self.loop_clock_in.input()
|
||||||
self.loop_clock_out.stop()
|
self.loop_clock_out.stop()
|
||||||
delay(10*us)
|
delay(20*us)
|
||||||
with parallel:
|
with parallel:
|
||||||
self.loop_clock_in.gate_rising(10*us)
|
self.loop_clock_in.gate_rising(10*us)
|
||||||
with sequential:
|
with sequential:
|
||||||
|
|
Loading…
Reference in New Issue