Forum Discussion
Use an647 design example to send data to PC over Ethernet
You may search for other example designs, for instance, “simple socket server” at the link below as the starting point.
https://fpgacloud.intel.com/devstore/platform/
Regards -SK
I can't find any examples for the Arria V GX board. Do you have a suggestion for which board to look at it?
I went through the Using Triple-Speed Ethernet Tutorial IP for DE2-115 Boards today. I modified it to work with the Arria V GX. I attempted to use the Monitor program but I can't get it to work. I suspect this is because the DE2-115 board has two Ethernet jacks that the NiosII c file uses for the test and the Arria V GX only has a single Ethernet jack.
I am still lost on how to send data from the FPGA to the PC and back. I think I have all the modules I need but I can't figure out how to interact with all the modules to do what I want.
This is the Triple-Speed Ethernet Tutorial I went through.
ftp://ftp.intel.com/pub/fpgaup/pub/Intel_Material/17.0/Tutorials/DE2-115/Using_Triple_Speed_Ethernet.pdf
- jlanier6 years ago
New Contributor
Also, the simple socket server tutorial seems to send data from the PC to the FPGA. I would like to do the opposite. I'm not sure the simple socket server is what I need here.