From: David Shah Date: Thu, 22 Oct 2020 14:11:59 +0000 (+0100) Subject: nexus: Add make_transp to BRAMs X-Git-Tag: working-ls180~221 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6d63e58e46f69b45b66c787f1168c60a229254a0;p=yosys.git nexus: Add make_transp to BRAMs Signed-off-by: David Shah --- diff --git a/techlibs/nexus/brams.txt b/techlibs/nexus/brams.txt index f7f49b9f0..086afe8bf 100644 --- a/techlibs/nexus/brams.txt +++ b/techlibs/nexus/brams.txt @@ -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