2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-01-17 22:26:42 +08:00

test: add more RTIO slack in test_clock_generator_loopback

This commit is contained in:
Sebastien Bourdeauducq 2017-03-27 17:26:23 +08:00
parent 58ee09dbdc
commit 70343b244d

View File

@ -76,7 +76,7 @@ class ClockGeneratorLoopback(EnvExperiment):
self.core.reset()
self.loop_clock_in.input()
self.loop_clock_out.stop()
delay(10*us)
delay(20*us)
with parallel:
self.loop_clock_in.gate_rising(10*us)
with sequential: