Forum Discussion
Altera_Forum
Honored Contributor
11 years agoSGDMA to SDRAM speed?
[EDIT] SOLVED Hello, I'm trying to develop an accelerator for a computer vision algorithm. The host program is running on the Intel Atom on the DE2i-150 board, and is sending images ...
Altera_Forum
Honored Contributor
11 years agoWell what you can do is change your sgdma to memory - stream, then use DC fifo, then use another DMA to do stream - memory. What would make this easier is if you use the Modular SGDMA which breaks out the descriptor control, write control, and read control. I think you will be able to get away with 1 descriptor control vs 2 if you use Altera's SGDMA.