Commentary

This commit is contained in:
Wilson Snyder 2017-07-05 19:06:22 -04:00
parent 3adb22e971
commit 2031bc7fc4

View File

@ -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();