Forum Discussion
Altera_Forum
Honored Contributor
21 years agoDMA
Hello I have problem with the DMA controller So, i have 2 memory and with the DMA i would like to transferer data from the first memory in the second. When i declare the DMA i have to p...
Altera_Forum
Honored Contributor
21 years agoHi..
It's a very simple, You just connect DPRAM slave port with DMA Read-Master. It means that DMA Read Master can read data from dpram into DMA FIFO. And connect SRAM slave port with DMA Write-Master. It means that DMA Write Master can write data of DMA FIFO to SRAM. Regards.