Forum Discussion
Altera_Forum
Honored Contributor
14 years agoAccessing memory in user logic
Hi everybody I am new to NIOS and has been learning how to control a system but is encountering some difficulties. I have added a VGA system to the NIOSII system and is trying to verify if...
Altera_Forum
Honored Contributor
14 years agoThank you!
I tried to use the function IOWR_32DIRECT(VGA_BASE,offset,'H'); to see if I can write H to address 9203 but had no luck.. I will try to use pointer but isnt the pointer doing the same thing as the above function? Thank you again.