aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/anlogic/anlogic_determine_init.cc
Commit message (Collapse)AuthorAgeFilesLines
* 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>