Forum Discussion
Altera_Forum
Honored Contributor
20 years agoReducing syslib size
I use Nios II and Quartus 5.0. When I build my application using "small" syslib. The library takes about 15 kB. Is there a way to make my own custom library that would contain only startup code and w...
Altera_Forum
Honored Contributor
20 years agoThanks!
Now I have been able to squeeze footprint to ~3.5k. It also turned out that I had also misinterpreted the linker result. I build my project to run from RAM during testing and I had ignored the fact that linker reported size includes also zeroed ram area.