mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-04 05:11:22 +00:00
Merge remote-tracking branch 'origin/master' into xc7mux
This commit is contained in:
commit
52e9036d39
1 changed files with 4 additions and 0 deletions
|
@ -26,11 +26,15 @@ bram $__XILINX_RAM128X1D
|
||||||
endbram
|
endbram
|
||||||
|
|
||||||
match $__XILINX_RAM64X1D
|
match $__XILINX_RAM64X1D
|
||||||
|
min bits 5
|
||||||
|
min wports 1
|
||||||
make_outreg
|
make_outreg
|
||||||
or_next_if_better
|
or_next_if_better
|
||||||
endmatch
|
endmatch
|
||||||
|
|
||||||
match $__XILINX_RAM128X1D
|
match $__XILINX_RAM128X1D
|
||||||
|
min bits 9
|
||||||
|
min wports 1
|
||||||
make_outreg
|
make_outreg
|
||||||
endmatch
|
endmatch
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue