Call proc

This commit is contained in:
Eddie Hung 2019-05-24 18:32:02 -07:00
parent 822d0b7789
commit 4bd9465ed3
1 changed files with 1 additions and 1 deletions

View File

@ -2,12 +2,12 @@ read_verilog -icells opt_rmdff.v
prep prep
design -stash gold design -stash gold
read_verilog -icells opt_rmdff.v read_verilog -icells opt_rmdff.v
proc
opt_rmdff opt_rmdff
select -assert-count 0 c:remove* select -assert-count 0 c:remove*
select -assert-min 7 c:keep* select -assert-min 7 c:keep*
prep
design -stash gate design -stash gate
design -import gold -as gold design -import gold -as gold