Forum Discussion
Altera_Forum
Honored Contributor
9 years agoIf you switch to the Modular Scatter-Gather DMA core (mSGDMA) the max data width is 1024 bits. But 192 is not a power of 2 so you'll need a gasket of some kind anyway. Qsys could probably do the width conversion for you, but then you're forced to use Qsys (not my favorite tool). The Avalon protocol is really very easy to work with. I would recommend that you write your own width converter in your HDL of choice.
Hope this helps.