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 agoif you are using software build tools design flow, you can find a summary.html in the bsp file folder, it includes the hardware memory assignment. And you can also find a *.map or*.objdump file in the app file folder , it includes the memory assign of the application.