diff options
author | David Shah <dave@ds0.me> | 2020-10-22 15:11:59 +0100 |
---|---|---|
committer | David Shah <dave@ds0.me> | 2020-10-22 15:11:59 +0100 |
commit | 6d63e58e46f69b45b66c787f1168c60a229254a0 (patch) | |
tree | 7cebff88ec60ad36c87be4d2677d570697380da9 /techlibs | |
parent | 3b86b5da5f37c36e7fd8b4a75ed39418fafdfff2 (diff) | |
download | yosys-6d63e58e46f69b45b66c787f1168c60a229254a0.tar.gz yosys-6d63e58e46f69b45b66c787f1168c60a229254a0.tar.bz2 yosys-6d63e58e46f69b45b66c787f1168c60a229254a0.zip |
nexus: Add make_transp to BRAMs
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'techlibs')
-rw-r--r-- | techlibs/nexus/brams.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 |