mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-30 10:49:13 +00:00
iCE40: set min bram efficiency to 2%
This commit is contained in:
parent
94fbaff58f
commit
df0163cd2b
1 changed files with 2 additions and 2 deletions
|
@ -29,12 +29,12 @@ bram $__ICE40_RAM4K_M123
|
||||||
endbram
|
endbram
|
||||||
|
|
||||||
match $__ICE40_RAM4K_M0
|
match $__ICE40_RAM4K_M0
|
||||||
min efficiency 10
|
min efficiency 2
|
||||||
make_transp
|
make_transp
|
||||||
or_next_if_better
|
or_next_if_better
|
||||||
endmatch
|
endmatch
|
||||||
|
|
||||||
match $__ICE40_RAM4K_M123
|
match $__ICE40_RAM4K_M123
|
||||||
min efficiency 10
|
min efficiency 2
|
||||||
make_transp
|
make_transp
|
||||||
endmatch
|
endmatch
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue