Add "min bits" and "min wports" to xilinx dram rules
authorEddie Hung <eddie@fpgeh.com>
Thu, 23 May 2019 18:32:28 +0000 (11:32 -0700)
committerEddie Hung <eddie@fpgeh.com>
Thu, 23 May 2019 18:32:28 +0000 (11:32 -0700)
techlibs/xilinx/drams.txt

index e6635d0e218ba4395cedd5522bf546c8041d42fb..91632bcee6b4f19680331f731fb2430ce6da4bf9 100644 (file)
@@ -26,11 +26,15 @@ bram $__XILINX_RAM128X1D
 endbram
 
 match $__XILINX_RAM64X1D
+  min bits 5
+  min wports 1
   make_outreg
   or_next_if_better
 endmatch
 
 match $__XILINX_RAM128X1D
+  min bits 9
+  min wports 1
   make_outreg
 endmatch