mirror of https://github.com/YosysHQ/yosys.git
nexus: Add make_transp to BRAMs
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
3b86b5da5f
commit
6d63e58e46
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue