This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320C6A816X DMA问题



TI工程师:

我想在将TMS320C6A816X的local bus引入fpga,然后用dma方式从fpga里的memory中读数据,想了解一下这个数据传输的速率有多大。

 

  • DMA的速度还要取决于一次搬运的数据大小,越大,总体速度越高。

    计算方法是GPMC的工作时钟速度乘以位宽,再除以一个访问周期的cycle数,如果用的是同步方式,可以达到一个周期一个访问,如果是异步方式,则一个访问由setup, strobe, hold三阶段的周期数和。再打个8折是可以保障的。

    因为DMA模块的工作速度比GPMC高,所以选用GPMC的工作时钟为计算依据。