aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/anlogic/anlogic_determine_init.cc
Commit message (Collapse)AuthorAgeFilesLines
* Proper arith for Anlogic and use standard passMiodrag Milanovic2019-08-121-72/+0
|
* Fix formatting for msys2 mingw build using GetSizeMiodrag Milanovic2019-08-011-2/+2
|
* anlogic: implement DRAM initializationIcenowy Zheng2018-12-201-0/+72
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>