mirror of https://github.com/m-labs/artiq.git
test_loopback_gate_timing: fix lat_offset
This commit is contained in:
parent
6fdfd6103f
commit
7358262ab3
|
@ -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