mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 19:05:52 +00:00
Towards DRAM support in Xilinx flow
This commit is contained in:
parent
21a1cc1b60
commit
b00cad81d7
5 changed files with 78 additions and 0 deletions
17
techlibs/xilinx/drams.txt
Normal file
17
techlibs/xilinx/drams.txt
Normal file
|
@ -0,0 +1,17 @@
|
|||
|
||||
bram $__XILINX_RAM32X1D
|
||||
init 1
|
||||
abits 5
|
||||
dbits 1
|
||||
groups 2
|
||||
ports 1 1
|
||||
wrmode 0 1
|
||||
enable 0 1
|
||||
transp 0 0
|
||||
clocks 0 1
|
||||
clkpol 0 2
|
||||
endbram
|
||||
|
||||
match $__XILINX_RAM32X1D
|
||||
endmatch
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue