Forum Discussion
BeB
Occasional Contributor
4 years agoNIOS II memory utilization and nios2-elf-size
Hello,
I am using a NIOS II design with a 65kbytes on-chip memory RAM. As I need to use rather large arrays in my code (32kbytes), I am starting to worry about memory utilization.
However, even...
BeB
Occasional Contributor
4 years agoNevermind... it was a silly question.
This large array is in the stack, and therefore not showing up in the nios2-elf-size nios_app.elf report.
BeB