Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHOW TO INTERFACE BETWEEN ETHERNET(CYCLONE III) AND PCs(Labtop)
Hi everybody!!!
I'm studying with a topics "Interface between Ethernet of Cyclone III and computer(PC or labtop)" It's means that I must "ping IP and Relay from Cyclone's Ethernet". I don't know how to practice that i use Verilog language. it's difficult to me!!! Help me everybody53 Replies
- Altera_Forum
Honored Contributor
In main() you need to start the operating system, the Interniche TCP/IP stack, and one or several threads with your application.
You should start with the Webserver or Simple Sockets Server examples to see how it can be done. - Altera_Forum
Honored Contributor
TO_BE_DONE
- Altera_Forum
Honored Contributor
the error message you wrote doesn't give any information about the error. You need to tell us what is written before, which is the real error message.
by the way your main function is still empty, so it won't do anything when you'll run the application.