Skip to content

word-level BMC: allow SVA and/or/implies/iff at property level #743

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

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

kroening
Copy link
Member

@kroening kroening commented Oct 1, 2024

No description provided.

@kroening kroening changed the title word-level BMC: allow SVA and/or/implies at property level word-level BMC: allow SVA and/or/implies/iff at property level Oct 1, 2024
@kroening kroening force-pushed the sva_and_or_property branch 4 times, most recently from 54d63db to 9acbb6a Compare October 1, 2024 18:43
@kroening kroening marked this pull request as ready for review October 1, 2024 21:58
@kroening kroening force-pushed the sva_and_or_property branch from 9acbb6a to 1f8f975 Compare October 7, 2024 20:47
Comment on lines +3 to +7
// p0: assert property ((always a) iff (always a));
p1: assert property ((eventually[0:1] a) iff (eventually[0:1] a));
// p2: assert property ((s_eventually a) iff (s_eventually a));
p3: assert property ((a until b) iff (a until b));
// p4: assert property ((a s_until b) iff (a s_until a));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are some of those commented out?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still failing -- this is the same problem in regression/verilog/SVA/eventually4.sv

@kroening kroening merged commit 5b7e801 into main Oct 8, 2024
8 checks passed
@kroening kroening deleted the sva_and_or_property branch October 8, 2024 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants