Forum Discussion
Altera_Forum
Honored Contributor
15 years agoif you are using all on board RAM to run your Nios C code, all you have to do is compile the C code in Nios IDE and then recompile the quartus project, it should pick up the last compiled elf file.
I'm assuming Quartus looks for the elf file that is associated with the .sopc file you specified in Nios IDE. I don't know the exact details of it since it has just worked for me. Have you configured the fpga with you .sof or other config file then run your C code using the nios ide debugger?