Forum Discussion
Altera_Forum
Honored Contributor
15 years agoI assume that the DSP block is taking an Avalon Stream as an input? In that case you could read your memory with a SGDMA and convert the data from your external device as a second stream. Maybe add two FIFOs to handle a correct synchronization, and combine the two streams together with a custom component.