Altera_Forum
Honored Contributor
22 years agoNot enough memory + ISS Problems?
OK, I have one or two problems.
One, in our Nios 2 design, we have used all of the M4K memory blocks so we can't add in the JTAG debug module. This means I can't download code from the IDE (or the command line I assume.) Is there a way to download code to the Nios 2 without having the JTAG Debug Module? I am going to build a modifed Nios 2 version with the EPCS controller removed (I don't need it if I'm using the IDE right?) and see if that works. Is there going to be a problem with the reset address being in RAM? What does the IDE do at reset? Two, when trying to run the ISS with the same design, I get the following message: <div class='quotetop'>QUOTE </div> --- Quote Start --- Error! : Unable to load memory block at address 0x80020 from ELF file Debug/soft_keys.elf Fatal Error! : Memory map is not consistent with memory image file - check that file 'Debug/soft_keys.elf' is compiled and linked for system 'D:\workspace\doleksy\MC\mc\FPGA\Soft_Keys_2\LOCAL_NIOS.ptf'[/b] --- Quote End --- Has anyone seen this? I am assuming that this has to do with not having debug support. Could the ISS be smart enough to know that I can't debug the hardware so it won't let be dug in the simulator either? I doubt it. I must be missing something. Thanks for any help.