Forum Discussion
Altera_Forum
Honored Contributor
15 years agoYou can use two DMAs and add your own logic between them, but you will need a kind of FIFO buffer. There is no way to know in advance how many wait cycles your DMAs will have when attempting to read or write, so you can never assume that you'll have a write one cycle after each read.