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 <[email protected]>
This commit is contained in:
Claire Xenia Wolf
2022-11-01 17:51:46 +01:00
parent d8ea5ef6e2
commit a4eb7e41c0
+1
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);
}