Altera_Forum
Honored Contributor
13 years agoSGDMA Polling Mode
Hi,
Can anyone shed more light on how the SGDMA works in Polling Mode ? I have a qsys system with dedicated on chip memory to hold the descriptors (DESC_MEM_BASE). If I enable the polling mode in the SGDMA, will it iterate through all the descriptor locations in DESC_MEM_BASE until it finds one with OWNED_BY_HW bit set ? Or does it poll only on the first location in DESC_MEM_BASE, where SW needs to write the first descriptor in a link list ? Much thanks in advance !