You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please retry with the very latest code base (d74cc4a)? This problem should have been fixed in #264, and I can indeed confirm your problem when reverting that change.
I tried to verify a simple design in vcegar-benchmarks, but I encountered the following error message.
hw-cbmc version: main-lastest
Verilog code:
ebmc command:
ebmc example.v --top main --bound 10 -p "a < 200"
error messag:
However, if I write the property that needs to be verified directly in the Verilog file, it just works.
Verilog code:
ebmc command:
Is this expected behavior? And do I misunderstand how to use
ebmc
?The text was updated successfully, but these errors were encountered: