Forum Discussion
1 Reply
- Altera_Forum
Honored Contributor
It depends on the size of the code, the amount of memory (on chip and off) that you've allocated to Nios II and where you want that code to run. Where does the Nios II start running code from?
Typically, you have some sort of flash device that stores the FPGA image. You could use that same flash to store the Nios II code either as a separate image that would get loaded by the Nios II into RAM on power on/reset. If the Nios II code is small enough, you could also make it reside in an on chip memory...in this case it could be pulled into Quartus II via a hex file. There are instructions for doing this multiple places on both Altera's site(s) and the inter-web, in general. Good luck! slacker