Forum Discussion
Altera_Forum
Honored Contributor
15 years agoAccess DDR2 memory outside of NIOS SOPC system
Hi all. I have an SOPC system where my NIOS uses an external DDR2 memory as its main memory. The system being designed is that the NIOS will create an overlay buffer for an 800X600 OnScreen Dis...
Altera_Forum
Honored Contributor
15 years agoYou need a DMA. You can either add a ready made DMA controller core to your SOPC system (such as Altera's SGDMA) or design your own component that uses an Avalon Master Memory Mapped interface to directly read from the RAM.