Forum Discussion
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.