Altera_Forum
Honored Contributor
18 years agomutiple DMA instantiations
Hi,
In my system I want to have DMA access between the following componenets 1) SDRAM <-> Ethernet(LAN91C111) 2) SDRAM <-> UART 3) SDRAM <-> On-Chip Memory 4) SDRAM <-> USB 5) SDRAM <-> Flash 6) SDRAM <-> Uart SDRAM, Ethernet, Uart, Onchip memory, Flash used in my project are SOPC builder ready modules. USB is user interface module. I have instantiated DMA module 6 times so that different DMA module is used between two peripherals. Please let me know whether my implementation is right? Or will this multiple instantiation of DMA causes some errors.What are the advantages and disadvantages of this kind of implementation.What is the best design practice?