mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-02 12:37:53 +00:00
synth_gatemate: Apply new test practice with assert-max
This commit is contained in:
parent
76bf96d310
commit
97d03c2b3b
7 changed files with 12 additions and 12 deletions
|
|
@ -5,5 +5,5 @@ equiv_opt -assert -map +/gatemate/cells_sim.v synth_gatemate -noiopad # equivale
|
|||
design -load postopt # load the post-opt design (otherwise equiv_opt loads the pre-opt design)
|
||||
cd top # Constrain all select calls below inside the top module
|
||||
select -assert-count 8 t:CC_ADDF
|
||||
select -assert-count 4 t:CC_LUT1
|
||||
select -assert-max 4 t:CC_LUT1
|
||||
select -assert-none t:CC_ADDF t:CC_LUT1 %% t:* %D
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue