mirror of
https://github.com/verilator/verilator.git
synced 2025-01-07 15:17:36 +00:00
Commentary
This commit is contained in:
parent
3adb22e971
commit
2031bc7fc4
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user