Forum Discussion
Altera_Forum
Honored Contributor
16 years agoInterface to dual port ram memory
Hi, I want to access (read/write) dual port ram in my sopc system. How could I do that in my Nios II program? Thanks, Caridee
Altera_Forum
Honored Contributor
16 years agoYou can use either the IORD/IOWR macros, or directly use C pointers. In the latter case, you must go through the alt_remap_uncached() function to define your pointer, to be sure you bypass the data cache.