mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-12 20:18:20 +00:00
As the TD tool doesn't accept the DRAM cell to contain unknown values in the initial value, the initialzation support of DRAM is previously skipped. Now add the support by add a new pass to determine unknown values in the initial value. Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
17 lines
201 B
Plaintext
17 lines
201 B
Plaintext
bram $__ANLOGIC_DRAM16X4
|
|
init 1
|
|
abits 4
|
|
dbits 4
|
|
groups 2
|
|
ports 1 1
|
|
wrmode 0 1
|
|
enable 0 1
|
|
transp 0 0
|
|
clocks 0 1
|
|
clkpol 0 1
|
|
endbram
|
|
|
|
match $__ANLOGIC_DRAM16X4
|
|
make_outreg
|
|
endmatch
|