Forum Discussion
Altera_Forum
Honored Contributor
11 years agoYou probably want to start here:
http://www.altera.com/support/examples/nios2/exm-net-std-de.html There really isn't any Verilog development work, it is all NIOS software. Flipping your single bit and the need for "sophisticated hardware implemented in the board" is mostly because of the decision to use the RJ45 on the laptop as the other endpoint for communication: you need to at least match that level of sophistication in the board. (Ethernet MAC, PHY, and protocol processing either in NIOS software or HDL).