Altera_Forum
Honored Contributor
15 years agoDMA vs MM templates
The goal is for the nios needs to transmit short bursts of data (512bits) from sdram to an ip block every 50 usec.
Probably tons of ways to do this, but I figure one way would be for the ip block to instantiate 512bits of ram to store the incoming data, as well as a mm slave template for access to the avalon bus.. the nios could then command a transfer from sd to the ip block. However, would a dma be more effective? For example, could a dma controller write directly from sdram to an ipblock (not on the avalon bus)? Is there a better way to do this?