Forum Discussion
Altera_Forum
Honored Contributor
15 years agoThe DMA registers' addresses are described in the DMA's datasheet. To read or write them, you need to create an Avalon master interface on your component, place the address you want to access on the address signal, perform the operation by enabling the read or write signal, and wait until wait request is 0.