mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-27 00:18:46 +00:00
Call proc
This commit is contained in:
parent
822d0b7789
commit
4bd9465ed3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue