-
Notifications
You must be signed in to change notification settings - Fork 20
Generate VCD file for each cover statement #1296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
This regresses on the current behavior, where you can get the trace in a file named as the argument of |
Thanks for your feedback. @kroening Do we want to keep the argument for VCD filename? If yes, I can include the filename argument as a suffix in the final filename. If not, I can work on modifying the command line parsing logic. Please let me know how to proceed. |
This is what we are doing for However, making that change would still regress the current behaviour. I am not opposed to this in principle, but we'd need to do this as part of a major version release. Let's do it. |
…cbmc into vcd_for_all_cover
I've copied code over from random_traces.cpp file and verified that it now implements adding filename argument as a prefix, similar to random traces. |
Fixes #1287