From 08c13f635cb59f701b51a14caf608c503b6eecb1 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Tue, 6 Jan 2015 23:54:33 +0100 Subject: Xilinx RAMB36/RAMB18 memory_bram support complete --- techlibs/xilinx/brams.txt | 42 +++++++++++++++++++++++++++--------------- 1 file changed, 27 insertions(+), 15 deletions(-) (limited to 'techlibs/xilinx/brams.txt') diff --git a/techlibs/xilinx/brams.txt b/techlibs/xilinx/brams.txt index 59af1bc5..46a6ab49 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 -- cgit v1.2.3