Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12690 Discussions

Update software in on-chip memory for NIOS II without full recompile

Altera_Forum
Honored Contributor II
1,110 Views

Hello there, 

 

i am working on a design that has a NIOS II and a software that is small enough to fit fully in on-chip memory, so to boot the system we tick the "initilize memory contents" in the SOPC builder. It works flawlessly. 

 

However, whenever we have to make a change to the software we need to recompile the whole design after having created the .hex files from the NIOS EDS. This system do not have an EPCS controller (and we don't want to use it)  

 

Is there a way to update just the memory contents of the on-chip memories without triggering a full recompile? (which can take up to 15 minutes 

 

Thanks for your answers in advance! 

 

cheers.
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
376 Views

Ok, think i figure it out. 

 

You use "Generate memory initialization files" from the processing menu and the you run just the assembler... 

 

In this way you can generate the .sof and .pof files in a rapid way, without having to recompile the full project. 

 

I think i should have read the FAQ before posting, sorry guys.
0 Kudos
Reply