mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 14:13:23 +00:00
Added $assert/$assume support to AIGER back-end
This commit is contained in:
parent
37760541bd
commit
a44cc7a3d1
3 changed files with 53 additions and 12 deletions
|
@ -4,11 +4,11 @@ yosys -p '
|
|||
read_verilog -formal demo.v
|
||||
prep -flatten -nordff -top demo
|
||||
write_smt2 -wires demo.smt2
|
||||
miter -assert demo
|
||||
flatten demo; delete -output
|
||||
memory_map; opt -full
|
||||
techmap; opt -fast
|
||||
abc -fast -g AND; opt_clean
|
||||
write_aiger -miter -zinit -map demo.aim demo.aig
|
||||
write_aiger -map demo.aim demo.aig
|
||||
'
|
||||
super_prove demo.aig > demo.aiw
|
||||
yosys-smtbmc --dump-vcd demo.vcd --aig demo demo.smt2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue