Commit 8dd82318 authored by Federico Vaga's avatar Federico Vaga

tst: flush TDC buffer after use

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 2263aafd
......@@ -33,6 +33,7 @@ def fmcfd_tdc(request, fmcfd):
yield fmcfd.tdc
fmcfd.tdc.enable_input = False
fmcfd.tdc.enable_tstamp = False
fmcfd.tdc.flush()
def timeout_compute(start, period_ps, count):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment