diff options
author | Diego H <diego@symbioticeda.com> | 2019-12-15 23:51:58 -0600 |
---|---|---|
committer | Diego H <diego@symbioticeda.com> | 2019-12-15 23:51:58 -0600 |
commit | f3f59910eb06bf74a2a4b8157797a327dd097451 (patch) | |
tree | 4fdede4cb287bb8c9c2c303ba2c44cfbe986842e /techlibs/xilinx | |
parent | b35559fc335181d7c8f8046fa17bf05550c21ba7 (diff) | |
download | yosys-f3f59910eb06bf74a2a4b8157797a327dd097451.tar.gz yosys-f3f59910eb06bf74a2a4b8157797a327dd097451.tar.bz2 yosys-f3f59910eb06bf74a2a4b8157797a327dd097451.zip |
Removing fixed attribute value to !ramstyle rules
Diffstat (limited to 'techlibs/xilinx')
-rw-r--r-- | techlibs/xilinx/xc7_xcu_brams.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/techlibs/xilinx/xc7_xcu_brams.txt b/techlibs/xilinx/xc7_xcu_brams.txt index 2d94ac4a8..1374a0a36 100644 --- a/techlibs/xilinx/xc7_xcu_brams.txt +++ b/techlibs/xilinx/xc7_xcu_brams.txt @@ -78,7 +78,7 @@ endbram match $__XILINX_RAMB36_SDP attribute ram_style=block ram_block=1 - attribute !ram_style=distributed + attribute !ram_style attribute !logic_block min bits 1024 min efficiency 5 @@ -89,7 +89,7 @@ endmatch match $__XILINX_RAMB18_SDP attribute ram_style=block ram_block=1 - attribute !ram_style=distributed + attribute !ram_style attribute !logic_block min bits 1024 min efficiency 5 @@ -100,7 +100,7 @@ endmatch match $__XILINX_RAMB36_TDP attribute ram_style=block ram_block=1 - attribute !ram_style=distributed + attribute !ram_style attribute !logic_block min bits 1024 min efficiency 5 @@ -111,7 +111,7 @@ endmatch match $__XILINX_RAMB18_TDP attribute ram_style=block ram_block=1 - attribute !ram_style=distributed + attribute !ram_style attribute !logic_block min bits 1024 min efficiency 5 |