mirror of https://github.com/YosysHQ/yosys.git
Add extra time at the end of a sat VCD trace
Otherwise the final values will not show up in gtkwave waveforms when looking at the generated traces. Signed-off-by: Claire Xenia Wolf <claire@clairexen.net>
This commit is contained in:
parent
d8ea5ef6e2
commit
a4eb7e41c0
|
@ -758,6 +758,7 @@ struct SatHelper
|
|||
if (last_timestep == -2)
|
||||
log(" no model variables selected for display.\n");
|
||||
|
||||
fprintf(f, "#%d\n", last_timestep+1);
|
||||
fclose(f);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue