3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Added memory_bram "make_outreg" feature

This commit is contained in:
Clifford Wolf 2015-04-09 16:08:54 +02:00
parent 44519d4399
commit 7319951145
2 changed files with 27 additions and 2 deletions

View file

@ -26,9 +26,11 @@ bram $__XILINX_RAM128X1D
endbram
match $__XILINX_RAM64X1D
make_outreg
or_next_if_better
endmatch
match $__XILINX_RAM128X1D
make_outreg
endmatch