Commit c1a31252 authored by Dimitris Lampridis's avatar Dimitris Lampridis

Merge branch 'master' into 'kostas_dev_Ci'

# Conflicts:
#   hdl/testbench/wrtd_ref_svec_tdc_fd/dut_env.sv
parents f73550d7 f7f79c41
Pipeline #2712 passed with stages
in 46 minutes and 34 seconds
......@@ -91,7 +91,7 @@ module simple_tdc_driver
val[27:26] = t.channel & 2'b11;
val[25:18] = start;
val[17] = 1'b1;
val[16:0] = (t.ts - start_time) / 81.0ps;
val[16:0] = (t.ts - start_time) / 81.0ps;
$display("[DUT] <%t> TDC: pulse at %t for channel %0d (start #0x%x, time_data 0x%x, start_time %t)",
$realtime, t.ts, t.channel, start, val[16:0], start_time);
......
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