Commit f73550d7 authored by Konstantinos Blantos's avatar Konstantinos Blantos

Update dut_env.sv

parent 7256f1bb
Pipeline #2666 passed with stages
in 47 minutes and 7 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