forked from M-Labs/artiq
test_loopback_gate_timing: fix lat_offset
This commit is contained in:
parent
421834fa3e
commit
6aa341bc44
|
@ -248,7 +248,7 @@ class LoopbackGateTiming(EnvExperiment):
|
|||
gate_end_mu = now_mu()
|
||||
|
||||
# gateware latency offset between gate and input
|
||||
lat_offset = 12*8
|
||||
lat_offset = 11*8
|
||||
out_mu = gate_start_mu - loop_delay_mu + lat_offset
|
||||
at_mu(out_mu)
|
||||
self.loop_out.pulse_mu(24)
|
||||
|
|
Loading…
Reference in New Issue