We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If a source file or even an sby file are changed, the GUI doesn't reflect the proofs that are now out of date.
Pressing the "play" button starts the proof--whether it needs to be proven or not
For every proof dependent upon any file that has changed since the start of the logfile, the proof progress should drop to zero.
Pressing the "play" button should then only start the proofs that need to be proven/updated, while leaving the others as "green".
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current behavior
If a source file or even an sby file are changed, the GUI doesn't reflect the proofs that are now out of date.
Pressing the "play" button starts the proof--whether it needs to be proven or not
Expected behavior
For every proof dependent upon any file that has changed since the start of the logfile, the proof progress should drop to zero.
Pressing the "play" button should then only start the proofs that need to be proven/updated, while leaving the others as "green".
The text was updated successfully, but these errors were encountered: