Forum Discussion

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

Ethernet connectivity using Cyclone III development board

Hello,

I am new in designing Ethernet connectivity and in developing software using NIOS II.

The Ethernet hardware system is successfully built in Quartus II and it is similar to the design example provided by altera web site.

I am now in the software development phase, can any one advise me on some documents to read to start the development phase or even a design example to guide me through this phase.

Thanks in advance.

5 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    just a question: did you create the quartus II project yourself or use an example?

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Other question:

    Do you need to send/recv raw ethernet frames or do you need tcp/ip connectivity?

    In the first case you can simply rely on the specific Ethernet mac driver, or build your own. In the second case you'd need an OS (RTOS, Linux, ... ) and appropriate stack software module (NicheStack, lwip, ...)
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Hello,

    Thanks for your reply..

    Regarding the first question, yes I built myself the Quartus II project.

    For the second question, I want to send raw Ethernet frames that are stored in the DDR2 SDRAM.

    Kind Regards
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    The Ethernet hardware system is successfully built in Quartus II and it is similar to the design example provided by altera web site.

    --- Quote End ---

    Cant you say what is the web adress of this example?

    Thank you