diff options
author | Clifford Wolf <clifford@clifford.at> | 2015-01-06 23:54:33 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2015-01-06 23:54:33 +0100 |
commit | 08c13f635cb59f701b51a14caf608c503b6eecb1 (patch) | |
tree | 7b2a530284c388da54decd9fb0d495d529799388 /techlibs/xilinx/brams.txt | |
parent | ec2eef89fab03beb655f4fe3a16b002d3bf439f7 (diff) | |
download | yosys-08c13f635cb59f701b51a14caf608c503b6eecb1.tar.gz yosys-08c13f635cb59f701b51a14caf608c503b6eecb1.tar.bz2 yosys-08c13f635cb59f701b51a14caf608c503b6eecb1.zip |
Xilinx RAMB36/RAMB18 memory_bram support complete
Diffstat (limited to 'techlibs/xilinx/brams.txt')
-rw-r--r-- | techlibs/xilinx/brams.txt | 42 |
1 files changed, 27 insertions, 15 deletions
diff --git a/techlibs/xilinx/brams.txt b/techlibs/xilinx/brams.txt index 59af1bc51..46a6ab49e 100644 --- a/techlibs/xilinx/brams.txt +++ b/techlibs/xilinx/brams.txt @@ -101,21 +101,33 @@ match $__XILINX_RAMB18_TDP18 min bits 4096 min efficiency 5 shuffle_enable 2 - # or_next_if_better + or_next_if_better endmatch -# match $__XILINX_RAMB18_TDP9 -# or_next_if_better -# endmatch -# -# match $__XILINX_RAMB18_TDP4 -# or_next_if_better -# endmatch -# -# match $__XILINX_RAMB18_TDP2 -# or_next_if_better -# endmatch -# -# match $__XILINX_RAMB18_TDP1 -# endmatch +match $__XILINX_RAMB18_TDP9 + min bits 4096 + min efficiency 5 + shuffle_enable 2 + or_next_if_better +endmatch + +match $__XILINX_RAMB18_TDP4 + min bits 4096 + min efficiency 5 + shuffle_enable 2 + or_next_if_better +endmatch + +match $__XILINX_RAMB18_TDP2 + min bits 4096 + min efficiency 5 + shuffle_enable 2 + or_next_if_better +endmatch + +match $__XILINX_RAMB18_TDP1 + min bits 4096 + min efficiency 5 + shuffle_enable 2 +endmatch |