Forum Discussion
Altera_Forum
Honored Contributor
15 years agoScatter-gather DMA for tse
Hi everyone, I looked into reference designs about tse(triple-speed ethernet), and I found that all these tse applications are built around NIOSII with scatter-gather DMAs. My question is...
Altera_Forum
Honored Contributor
15 years agoIf you put the TSE into 32-bit mode and connected the ST interfaces to FIFOs that support MM on one side and ST on the other you could manage the traffic using software. It'll be dog slow since the CPU will be directly in the data path. This would also require changes to the code which assumes there are SGDMAs moving the data around.