Forum Discussion
Altera_Forum
Honored Contributor
17 years agoThe easiest way would be I think to design your own SOPC component, with an Avalon Master interface. Thus the component will be able to write to the memory, and the SOPC builder will automatically add some arbitrators to share the memory accesses between your component and the NIOS CPU.
Using a DMA component is another solution, depending on how you want to access the memory.