nexus: Add make_transp to BRAMs
authorDavid Shah <dave@ds0.me>
Thu, 22 Oct 2020 14:11:59 +0000 (15:11 +0100)
committerDavid Shah <dave@ds0.me>
Thu, 22 Oct 2020 14:11:59 +0000 (15:11 +0100)
Signed-off-by: David Shah <dave@ds0.me>
techlibs/nexus/brams.txt

index f7f49b9f088821e555b9f8ff180ba761cda957c7..086afe8bf97511728e7839353e64def7fe786071 100644 (file)
@@ -35,6 +35,7 @@ match $__NX_PDP16K
   min bits 2048
   min efficiency 5
   shuffle_enable A
+  make_transp
   or_next_if_better
 endmatch
 
@@ -46,6 +47,7 @@ match $__NX_PDP16K
   attribute !logic_block
   min wports 1
   shuffle_enable A
+  make_transp
   or_next_if_better
 endmatch
 
@@ -56,5 +58,6 @@ match $__NX_PDP16K
   attribute !ram_block
   attribute !logic_block
   max wports 0
+  make_transp
   shuffle_enable A
 endmatch