Forum Discussion

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

web server design on DE2-70 board using Verilog coding

I am a final year student who is doing a final year project. My project is to design a web server on Altera DE2-70 board using Verilog coding. May I know any references for web server design coding example that I can refer to? I really need your help on this. Thank you very much.

2 Replies

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

    Including implementation of a TCP/IP stack? That's a tall order (difficult task)!

    I would implement a system with a Nios II processor and then run a Web Server on the Nios Il. :-) Technically, this is (or could be) "in Verilog", but the web server is actually C code. There's a Nios II web server example and there are "BUP"s (Board Update Portals) which contain a web server available for most Altera boards.

    Cheers and good luck!

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

    I found the web server example using DE2 and DE2-115 board, but didn't see the DE2-70 web server example. I'm wondering how to modify the web server example to be applied on my DE2-70 board. Any idea on this? Thank you very much.