mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
Merge pull request #3536 from YosysHQ/claire/vcdend
Add extra time at the end of a sat VCD trace
This commit is contained in:
commit
96df99dafa
|
@ -758,6 +758,7 @@ struct SatHelper
|
||||||
if (last_timestep == -2)
|
if (last_timestep == -2)
|
||||||
log(" no model variables selected for display.\n");
|
log(" no model variables selected for display.\n");
|
||||||
|
|
||||||
|
fprintf(f, "#%d\n", last_timestep+1);
|
||||||
fclose(f);
|
fclose(f);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue