Forum Discussion
Hi,
This issue seems like due to SGDMA to MSGDMA migration. Intel is recommending the MSGDMA. Please check this document:
https://www.altera.com/en_US/pdfs/literature/ug/ug_embedded_ip.pdf (page 297) First line. This change applied also to the TSE, the drivers expect to work with msgdma not sgdma.
Could you try to change from the sgdma to msgdma in your .qsys file?
For your information, there is an example for Nios II Simple Socket Server Ethernet in Quartus Prime Standard v17.1.1: https://fpgacloud.intel.com/devstore/platform/17.1std.1/Standard/nios-ii-simple-socket-server-ethernet-example/,
Also, there is an forum community discuss about this problem, you can see the detail in link below:
https://forums.intel.com/s/question/0D50P00003yyTe9SAE/nios-simple-socket-sever-template-cant-compile
Thanks
I will try changing from the sgdma to msgdma in the .qsys file. The example for Nios II Simple Socket Server Ethernet in Quartus Prime Standard v17.1.1 is for the MAX 10 board. My exploration is limited to Cyclone GT V. Thank you for your reply.