Forum Discussion
Altera_Forum
Honored Contributor
20 years agoTo put it another way:
IOWR_32DIRECT(base address, offset from base address, data you want to write); // for write IORD_32DIRECT(base address, offset from base address); // for read If you want to see their definitions take a look at components\altera_nios2\HAL\inc\io.h (they boil down to a data cache bypassing read or write instruction)