nexus: Add make_transp to BRAMs

Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
David Shah 2020-10-22 15:11:59 +01:00
parent 3b86b5da5f
commit 6d63e58e46
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,7 @@ match $__NX_PDP16K
min bits 2048 min bits 2048
min efficiency 5 min efficiency 5
shuffle_enable A shuffle_enable A
make_transp
or_next_if_better or_next_if_better
endmatch endmatch
@ -46,6 +47,7 @@ match $__NX_PDP16K
attribute !logic_block attribute !logic_block
min wports 1 min wports 1
shuffle_enable A shuffle_enable A
make_transp
or_next_if_better or_next_if_better
endmatch endmatch
@ -56,5 +58,6 @@ match $__NX_PDP16K
attribute !ram_block attribute !ram_block
attribute !logic_block attribute !logic_block
max wports 0 max wports 0
make_transp
shuffle_enable A shuffle_enable A
endmatch endmatch