mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 00:55:32 +00:00
add min_ce_use and min_srst_use parameters
This commit is contained in:
parent
14e43139cb
commit
54d237ff82
2 changed files with 22 additions and 2 deletions
|
@ -13,9 +13,10 @@ select -assert-none t:NX_DFF %% t:* %D
|
|||
design -load read
|
||||
hierarchy -top dffe
|
||||
proc
|
||||
equiv_opt -assert -async2sync -map +/nanoxplore/cells_sim.v synth_nanoxplore -noiopad # equivalency check
|
||||
equiv_opt -assert -async2sync -map +/nanoxplore/cells_sim.v synth_nanoxplore -noiopad -min_ce_use 0 # equivalency check
|
||||
design -load postopt # load the post-opt design (otherwise equiv_opt loads the pre-opt design)
|
||||
cd dffe # Constrain all select calls below inside the top module
|
||||
stat
|
||||
select -assert-count 1 t:NX_DFF
|
||||
|
||||
select -assert-none t:NX_DFF %% t:* %D
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue