Forum Discussion
Altera_Forum
Honored Contributor
10 years agoIf the data you want to transfer is a (or a group of) memory block, I think the easiest solution would be to use the SGDMA or the modular SGDMA component. When configured as memory-to-stream, they deliver the data on an Avalon Stream Source interface which is very easy to use. Just put 'ready' to 1 when you can receive data, and when 'valid' is 1, you have new data on the 'data' signal.