Forum Discussion
Altera_Forum
Honored Contributor
12 years agoNIOS II multi core system
hi i am using cyclone II EP2C35F6726C6, i have try to create dual core system but unable to download .elf file. so can you suggest NIOS II IDE software building step
Altera_Forum
Honored Contributor
12 years agoYou need to think about:
- how to get the code loaded for the final system - ie when not using JTAG. - whether the two nios are completely independant, or whether they work as a pair. - whether you are going to compile the code separately, or as a single object (might be difficult if you use the Altera build scripts). You almost certainly need to expose the 'soft reset' signals - maybe so that the second nios is held in reset until the first has finished its initialisation and loaded the code for both from EPCS.