mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
Removing fixed attribute value to !ramstyle rules
This commit is contained in:
parent
b35559fc33
commit
f3f59910eb
|
@ -78,7 +78,7 @@ endbram
|
||||||
|
|
||||||
match $__XILINX_RAMB36_SDP
|
match $__XILINX_RAMB36_SDP
|
||||||
attribute ram_style=block ram_block=1
|
attribute ram_style=block ram_block=1
|
||||||
attribute !ram_style=distributed
|
attribute !ram_style
|
||||||
attribute !logic_block
|
attribute !logic_block
|
||||||
min bits 1024
|
min bits 1024
|
||||||
min efficiency 5
|
min efficiency 5
|
||||||
|
@ -89,7 +89,7 @@ endmatch
|
||||||
|
|
||||||
match $__XILINX_RAMB18_SDP
|
match $__XILINX_RAMB18_SDP
|
||||||
attribute ram_style=block ram_block=1
|
attribute ram_style=block ram_block=1
|
||||||
attribute !ram_style=distributed
|
attribute !ram_style
|
||||||
attribute !logic_block
|
attribute !logic_block
|
||||||
min bits 1024
|
min bits 1024
|
||||||
min efficiency 5
|
min efficiency 5
|
||||||
|
@ -100,7 +100,7 @@ endmatch
|
||||||
|
|
||||||
match $__XILINX_RAMB36_TDP
|
match $__XILINX_RAMB36_TDP
|
||||||
attribute ram_style=block ram_block=1
|
attribute ram_style=block ram_block=1
|
||||||
attribute !ram_style=distributed
|
attribute !ram_style
|
||||||
attribute !logic_block
|
attribute !logic_block
|
||||||
min bits 1024
|
min bits 1024
|
||||||
min efficiency 5
|
min efficiency 5
|
||||||
|
@ -111,7 +111,7 @@ endmatch
|
||||||
|
|
||||||
match $__XILINX_RAMB18_TDP
|
match $__XILINX_RAMB18_TDP
|
||||||
attribute ram_style=block ram_block=1
|
attribute ram_style=block ram_block=1
|
||||||
attribute !ram_style=distributed
|
attribute !ram_style
|
||||||
attribute !logic_block
|
attribute !logic_block
|
||||||
min bits 1024
|
min bits 1024
|
||||||
min efficiency 5
|
min efficiency 5
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue