Adjusting Vivado's BRAM min bits threshold for RAMB18E1
authorDiego H <diego@symbioticeda.com>
Tue, 26 Nov 2019 23:14:41 +0000 (17:14 -0600)
committerDiego H <diego@symbioticeda.com>
Wed, 27 Nov 2019 18:05:04 +0000 (12:05 -0600)
techlibs/xilinx/xc7_xcu_brams.txt

index f1161114e9bb0cf40cb4d09977a69c9be29b6f2e..ee961fff8b5f348225ababa007fc1d401bbfb774 100644 (file)
@@ -81,7 +81,7 @@ match $__XILINX_RAMB36_SDP
 endmatch
 
 match $__XILINX_RAMB18_SDP
-  min bits 4096
+  min bits 1024
   min efficiency 5
   shuffle_enable B
   make_transp
@@ -97,9 +97,12 @@ match $__XILINX_RAMB36_TDP
 endmatch
 
 match $__XILINX_RAMB18_TDP
-  min bits 4096
+  min bits 1024
   min efficiency 5
   shuffle_enable B
   make_transp
 endmatch
 
+# [[CITE]] 7 Series FPGAs Memory Resources User Guide (UG473),
+# v1.14 ed., p 29-30, July, 2019.
+