Altera_Forum
Honored Contributor
21 years agoHow to increase DMA fifo depth?
I need to increase the depth of the fifo in an Avalon dma. I thought I remembered reading about it, but I can't seem to find anything that jumps out at me in the .ptf. (dma v3.1, Nios v3.2)
I was/am getting 2-4 errors when burst reading an external (to the NiosI) fifo. Using SignalTap I see that these errors coincide with the dma's fifo_full flag going true. (I'm interupting when a 512 word fifo is at 480 and then dma the fifo contents into an sdram buffer) I assume it is waiting on the sdram to become available and needs a bit more buffer. Thanks, Ken