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:
Claire Xenia Wolf 2022-11-01 17:51:46 +01:00
parent d8ea5ef6e2
commit a4eb7e41c0
1 changed files with 1 additions and 0 deletions

View File

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