mirror of https://github.com/YosysHQ/yosys.git
Call proc
This commit is contained in:
parent
822d0b7789
commit
4bd9465ed3
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue