mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Added memory_bram (not functional yet)
This commit is contained in:
parent
1e08621e7e
commit
94e6b70736
4 changed files with 307 additions and 1 deletions
20
techlibs/xilinx/brams.txt
Normal file
20
techlibs/xilinx/brams.txt
Normal file
|
@ -0,0 +1,20 @@
|
|||
|
||||
# This is a very simplified description of the capabilities of
|
||||
# the Xilinx RAMB36 core. But it is a start..
|
||||
#
|
||||
bram XILINX_RAMB36_SDP32
|
||||
init 1
|
||||
abits 10
|
||||
dbits 32
|
||||
groups 2
|
||||
wports 1 0
|
||||
rports 0 1
|
||||
wenabl 2 0
|
||||
transp 0 2
|
||||
clocks 1 2
|
||||
endbram
|
||||
|
||||
match XILINX_RAMB36_SDP32
|
||||
min bits 1024
|
||||
endmatch
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue