Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThe DMA makes sense if you want to be able to start sending the next frame into the custom hardware while it's still working on the current frame. I don't know much about the algorithm you are attempting to implement but if you are going to feed the hardware using a DMA then it probably makes sense to pull the frame out of memory, store it in registers and process the output quickly then move onto the next frame.