mirror of https://github.com/YosysHQ/yosys.git
Update xc7/xcu bram rules
This commit is contained in:
parent
503d1db551
commit
d910bec8e0
|
@ -77,8 +77,7 @@ endbram
|
||||||
# https://www.xilinx.com/support/documentation/user_guides/ug473_7Series_Memory_Resources.pdf
|
# https://www.xilinx.com/support/documentation/user_guides/ug473_7Series_Memory_Resources.pdf
|
||||||
|
|
||||||
match $__XILINX_RAMB36_SDP
|
match $__XILINX_RAMB36_SDP
|
||||||
attribute ram_style=block ram_block=1
|
attribute !ram_style ram_style=block ram_block
|
||||||
attribute !ram_style
|
|
||||||
attribute !logic_block
|
attribute !logic_block
|
||||||
min bits 1024
|
min bits 1024
|
||||||
min efficiency 5
|
min efficiency 5
|
||||||
|
@ -88,8 +87,7 @@ match $__XILINX_RAMB36_SDP
|
||||||
endmatch
|
endmatch
|
||||||
|
|
||||||
match $__XILINX_RAMB18_SDP
|
match $__XILINX_RAMB18_SDP
|
||||||
attribute ram_style=block ram_block=1
|
attribute !ram_style ram_style=block ram_block
|
||||||
attribute !ram_style
|
|
||||||
attribute !logic_block
|
attribute !logic_block
|
||||||
min bits 1024
|
min bits 1024
|
||||||
min efficiency 5
|
min efficiency 5
|
||||||
|
@ -99,8 +97,7 @@ match $__XILINX_RAMB18_SDP
|
||||||
endmatch
|
endmatch
|
||||||
|
|
||||||
match $__XILINX_RAMB36_TDP
|
match $__XILINX_RAMB36_TDP
|
||||||
attribute ram_style=block ram_block=1
|
attribute !ram_style ram_style=block ram_block
|
||||||
attribute !ram_style
|
|
||||||
attribute !logic_block
|
attribute !logic_block
|
||||||
min bits 1024
|
min bits 1024
|
||||||
min efficiency 5
|
min efficiency 5
|
||||||
|
@ -110,8 +107,7 @@ match $__XILINX_RAMB36_TDP
|
||||||
endmatch
|
endmatch
|
||||||
|
|
||||||
match $__XILINX_RAMB18_TDP
|
match $__XILINX_RAMB18_TDP
|
||||||
attribute ram_style=block ram_block=1
|
attribute !ram_style ram_style=block ram_block
|
||||||
attribute !ram_style
|
|
||||||
attribute !logic_block
|
attribute !logic_block
|
||||||
min bits 1024
|
min bits 1024
|
||||||
min efficiency 5
|
min efficiency 5
|
||||||
|
|
Loading…
Reference in New Issue