Forum Discussion
Altera_Forum
Honored Contributor
16 years agoRunning Triple Speed Ethernet Design on Cyclone III Development Board
I am attempting to run the Simple Socket Server example code on a Cyclone III Development Board. The design compiles in Quartus 9.1 and I can program the board. I generated an app and bsp for ...
Altera_Forum
Honored Contributor
15 years agoYou could try to loopback your transmitted packets right back to your receive interface on your board, without connecting it to a PC. That way you should know if the PHY chip gets your data to transmit correctly.
If you have access to the PHY's MDIO registers, you should be able to configure it in loopback mode to do just that, or an alternative method is to do a wire yourself that connects the rx and tx pairs together.