Forum Discussion
Altera_Forum
Honored Contributor
21 years agoDual Slave UserLogic
Hi all, Can anyone point me in the right direction of an example SOPC peripheral with multiple slave ports? I basically want to have a standard slave register port for setting up a continuous st...
Altera_Forum
Honored Contributor
21 years agoI just used two ports. A setup port and data port. I write to the setup port to control (set up) the peripheral and then the data streams into the data port. Never got streaming dma perfect, only 99.99% perfect. Perfect data stream didn't come until I used a fifo and dma'd those contents on AlmostFull.
I'm about to give streaming dma another try going out to my USB chip though. Good Luck, Ken