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

Property getting proven even if signal does not exist #659

Open
ShashankVM opened this issue Aug 31, 2024 · 1 comment
Open

Property getting proven even if signal does not exist #659

ShashankVM opened this issue Aug 31, 2024 · 1 comment

Comments

@ShashankVM
Copy link

I had written a cover property:
COVER_ERROR_INJECTED: cover property (@(posedge clk) disable iff (reset) (tx_channel_in != tx_channel_out));

I remvoed tx_channel_in and tx_channel_out from the file but the property still got proven.

@kroening
Copy link
Member

Please try with the current main -- ebmc is now stricter with implicitly declared wires.

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