Forum Discussion
Altera_Forum
Honored Contributor
22 years agoProblems launching Nios II ISS
Launching the Nios II ISS generates the following error message: Error! : Unable to load memory block at address 0x20 from ELF file Release/nios_program.elf Fatal Error! : Memory map is not c...
Altera_Forum
Honored Contributor
22 years agoavatar,
the iss doesn't model flash components, hence the failure to load data into it during initialisation. If you're would like to simulate flash as a block of memory instead, then you can edit the ptf file : . go the the flash module eg. Module ext_flash . edit the iss_module_name parameter value to read "altera_memory" ie. iss_model_name = "altera_memory"; The iss supports simulation of the following peripherals: . memory (ram/rom) . avalon timer . avalon jtag uart . avalon uart Accesses to unsupported peripherals will be ignored.