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 agoThe IORD/WR macros read and write 32-bit registers directly. That's why when you increase the register number by one, the macro will access the next 32 bits, i.e. the next 4 bytes.