Forum Discussion
Altera_Forum
Honored Contributor
16 years agoProblem generating Hex files for on chip memories.
I have two on chip memories for my Nios system. ("instruction_rom" and "data_ram", both are actually RAM's) I am having problems with .hex files generated for these internal memories. The I...
Altera_Forum
Honored Contributor
16 years agoThe IDE (9.0) seems to generate an image where all the initialised data directly follows the code, and initialisation code copies it to the 'correct' address.
This may not be what you want! And may be one of the problems. You can persuade objdump to disassemble raw binary (and I presume hex) files, which you let you check that the code is approximately right.