mirror of
https://github.com/YosysHQ/yosys
synced 2026-08-07 06:38:26 +00:00
gatemate: rebless LUT count
This commit is contained in:
parent
0c580cda81
commit
b28fc1d767
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ cd fsm # Constrain all select calls below inside the top module
|
|||
select -assert-count 1 t:CC_BUFG
|
||||
select -assert-count 6 t:CC_DFF
|
||||
select -assert-max 2 t:CC_LUT1
|
||||
select -assert-count 1 t:CC_LUT2
|
||||
select -assert-count 2 t:CC_LUT2
|
||||
select -assert-max 15 t:CC_L2T4
|
||||
select -assert-max 5 t:CC_L2T5
|
||||
select -assert-max 1 t:CC_MX2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue