Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
14 years ago

HOW 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 everybody

53 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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.