equiv_opt_assert.ys 410 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
read_verilog ../top.v
proc
equiv_opt -assert equiv_purge
prep -flatten -top top
splitnets -ports;;
design -stash gold
read_verilog ../synth_top.v
read_verilog ../logic.v
prep -flatten -top top
splitnets -ports;;
design -stash gate
design -copy-from gold -as gold top
design -copy-from gate -as gate top
equiv_make gold gate equiv
equiv_opt equiv_purge
design -reset
read_verilog ../top.v
write_verilog synth.v