Altera_Forum
Honored Contributor
15 years agoOn-Chip Memory Required?
Hello all, I am new to NIOS, but quite familiar with FPGAs otherwise. I'd like to setup a NIOS II processor on a design that is already in place. I'd like to keep the on-chip memory usage to a bare minimum, and use off-chip storage for code. What is the best way to do this? I have a Cyclone III dev board with CFI flash, ddr, sram, etc, and I am trying to get the DDR to work as the codespace.
Do I necessarily NEED onchip ram? Or can it be replaced entirely with offchip? Ive been reading doc after doc about bootloaders and using an EPCS or CFI for bootloader, but they make little mention of where the code will be placed... A little insight would be great! Thank you.