Forum Discussion
Altera_Forum
Honored Contributor
13 years agoWith a well written driver software, and suffiecently large transfers, the SGDMA IP can be less CPU intensive compared to the DMA IP. The downside of SGDMA is that the software for the SGDMA can be much more complex, and understanding how to make the CPU and the SGDMA work together in parallel takes some time; there can be some risk of race conditions if you dont have experience with this type of software. The Modular SGDMA is reported to fix some architectural anomalies in the SGDMA, but I cant comment on these specifcally as the SGDMA has been working sufficently in my application.