Forum Discussion
Altera_Forum
Honored Contributor
10 years agoHi Simon,
I would suggest using memcpy instead of IORD. You could read data in blocks reducing considerably the latency involved. I understand that you are using single words but it would be more efficient to load a block of data from DDR, store it in an array and use each word from this block. Best regards, Thiago