Altera_Forum
Honored Contributor
12 years agoGenerate programming file for multiple device chain (HDL and Nios code)
I have a board that has two Cyclone IV devices on it. Each Cyclone will have it's own unique HDL and embedded NIOS processor. My question is how do I generate the programming file for the serial configuration device that will program both devices on power-up? Note, this is not a hardware design question - I have already designed the circuitry in accordance with Altera's documentation - it is a generate the programming file (in Quartus, in a shell, in Eclipse, etc.) question.
I believe I've found a possible example on how to generate a file for one chip (http://www.altera.com/support/kdb/solutions/rd04112006_450.html). What is the process for adding a second one? Do you just add the SOF and ELF data for the second chip after the SOF and ELF data for the first? Thank you.