Skip to content
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

EBMC/ic3 fails to verify property of ring_buffer example #20

Open
mgudemann opened this issue Jul 2, 2017 · 3 comments
Open

EBMC/ic3 fails to verify property of ring_buffer example #20

mgudemann opened this issue Jul 2, 2017 · 3 comments

Comments

@mgudemann
Copy link
Contributor

both --bdd and --k-induction verify the property. Maybe --ic3 does not handle the assumes?

  wire full=count==15;
  wire empty=count==0;

  assume property (empty |-> !read);
  assume property (full |-> !write);

  assert property (((writeptr-readptr)&'b1111)==count);
@eigold
Copy link
Contributor

eigold commented Jul 2, 2017 via email

@mgudemann
Copy link
Contributor Author

mgudemann commented Jul 2, 2017 via email

@mgudemann
Copy link
Contributor Author

example4.sv.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants