3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 18:05:24 +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:
Miodrag Milanović 2022-11-07 13:15:57 +01:00 committed by GitHub
commit 96df99dafa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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