Forum Discussion
corestar
Contributor
5 years agoHow to use modular scatter gather DMA with Triple-Speed Ethernet
I'm attempting to use the NIOS-II socket server example on a Cyclone V with Quartus 18.0 standard. The example hardware uses the regular scatter gather DMA but when I create the NIOS-II project, the...
- 5 years ago
Hi,
The Avalon ST interface is sending data in the packet (with SOP and EOP signal), in this case, you have to enable the "Packet Support Enable" option in the Modular Scatter Gather DMA IP.
Regards -SK
SengKok_L_Intel
Regular Contributor
5 years agoHi,
The Avalon ST interface is sending data in the packet (with SOP and EOP signal), in this case, you have to enable the "Packet Support Enable" option in the Modular Scatter Gather DMA IP.
Regards -SK
- corestar5 years ago
Contributor
That worked.
Thanks