Forum Discussion
Altera_Forum
Honored Contributor
11 years agoCommunication between FPGA and PC through Ethernet
Hi everyone, I'm trying to communicate between FGPA and my own laptop by setting up an Ethernet connection. The most simple thing I want to achieve first is to send a ping command from my FPGA ...
Altera_Forum
Honored Contributor
11 years agonam_hoang_310,
Here is the link to the tutorial https://www.altera.com/en_us/pdfs/literature/tt/tt_nios2_tcpip.pdf . This link will provide the qsys system for the nios. https://www.altera.com/support/support-resources/design-examples/intellectual-property/embedded/nios-ii/exm-net-std-de.html . This tutorial will help setting up the nichestack which handles the TCP protocol in nios. The nichestack requires a real time operating system which is free until you start manufacturing it. Try it out , let me know how it goes :) -Trukng