Forum Discussion
Altera_Forum
Honored Contributor
16 years agohow can i get the memory map file.
in a design , using several memory, flash , ddr, and ssram , after enter into the nios2 to setup a project, after building the project, i want to know each section 's address. but i can not find the ...
Altera_Forum
Honored Contributor
16 years agoThe information is embedded in the elf file. You can retreive it using a command in the Nios shell. Something like:
nios2-elf-size -Ax my_project.elf