From 2031bc7fc4ddc05c00d7f1fc4b3ffac499f54d34 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Wed, 5 Jul 2017 19:06:22 -0400 Subject: [PATCH] Commentary --- test_regress/t/t_trace_timescale.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test_regress/t/t_trace_timescale.cpp b/test_regress/t/t_trace_timescale.cpp index 847b5b9df..96632f559 100644 --- a/test_regress/t/t_trace_timescale.cpp +++ b/test_regress/t/t_trace_timescale.cpp @@ -39,6 +39,8 @@ int main(int argc, char **argv, char **env) { top->clk = ~top->clk; top->eval(); tfp->dump((unsigned int)(main_time)); + // Advance by 0.5 time units, to make sure our fractional + // time is working correctly main_time += VL_TIME_MULTIPLIER/2; } tfp->close();