mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Added smtbmc longopt support
This commit is contained in:
parent
fe9315b7a1
commit
a889acb897
3 changed files with 17 additions and 16 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
demo1: demo1.smt2
|
||||
yosys-smtbmc -c demo1.vcd demo1.smt2
|
||||
yosys-smtbmc -i -c demo1.vcd demo1.smt2
|
||||
yosys-smtbmc --dump-vcd demo1.vcd demo1.smt2
|
||||
yosys-smtbmc -i --dump-vcd demo1.vcd demo1.smt2
|
||||
|
||||
demo1.smt2: demo1.v
|
||||
yosys -p 'read_verilog -formal demo1.v; prep -top demo1; write_smt2 -wires -mem -bv demo1.smt2'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue