Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHi Sankalp,
You can always read and write to memory using below: IOWR_32DIRECT(address, offset, pattern); // for write IORD_32DIRECT(address, pattern); // for read -BaycoolHi Sankalp,
You can always read and write to memory using below: IOWR_32DIRECT(address, offset, pattern); // for write IORD_32DIRECT(address, pattern); // for read -Baycool