mirror of https://github.com/YosysHQ/yosys.git
Merge pull request #1036 from YosysHQ/eddie/xilinx_dram
Add "min bits" and "min wports" to xilinx dram rules
This commit is contained in:
commit
67a4850e35
|
@ -26,11 +26,15 @@ bram $__XILINX_RAM128X1D
|
|||
endbram
|
||||
|
||||
match $__XILINX_RAM64X1D
|
||||
min bits 5
|
||||
min wports 1
|
||||
make_outreg
|
||||
or_next_if_better
|
||||
endmatch
|
||||
|
||||
match $__XILINX_RAM128X1D
|
||||
min bits 9
|
||||
min wports 1
|
||||
make_outreg
|
||||
endmatch
|
||||
|
||||
|
|
Loading…
Reference in New Issue