Forum Discussion
Altera_Forum
Honored Contributor
14 years agoI would use IORD to readback the destination buffer to make sure you are not reading back cached data. Also the transfer length is in bytes so if you want to move 16 bytes worth of data pass in '16' instead of '4' to the rx and tx calls.