How to use boolector for SMT backend #5185
Unanswered
zilongwang123
asked this question in
Q&A
Replies: 1 comment
-
It works fine for me, do you have boolector installed? Try |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to verify property encoded in SVA to smt using
write_smt2
and verify it using SMT backend with boolector.The verilog code
The script I used:
The command for yosys-smtbmc:
yosys-smtbme -s boolector fsm.smt
The result:
BrokenPipeError: [Errno 32] Broken pipe
Beta Was this translation helpful? Give feedback.
All reactions