Ethernet communication module for DE2

Implementing simple calculator over Ethernet using NIOS II on Altera DE2 board. Using PC Ethernet interface for input and result output.

Project Steps

Build a simple SOPC systemD0318(2)

  • Using On-Chip memory only
  • Small C library (no user input)

Calculator with RS-232 UART I/F

  • Using SDRAM memory

Running DE2_NET Example

  • Loop back cable
  • Display sent packets

Coding calculator S/W

Generating Ethernet packets

Integration and Debug