Forum Discussion
Altera_Forum
Honored Contributor
16 years agoHow to write user logic to control SOPC DMA controller?
Dear all, How to write user logic to control a SOPC DMA controller ? without Nios II? So it is a Avalon Memory Mapped Master, connect to slave port of the DMA controller, but how to initiliz...
Altera_Forum
Honored Contributor
16 years agoHave a look at the avalon specification (http://www.altera.com/literature/manual/mnl_avalon_spec.pdf). It describes all the signals and timings in Avalon busses.
You'll probably need to write a state machine that can write all the registers one by one.