Altera_Forum
Honored Contributor
11 years agosimple socket server at 1000M /1G link
Hi guys, I'm trying to run the NIOS II simple socket server (RGMII) template on my design (Cyclone V GX on Terasic C5G).
I not have problems when the link run at 10 or 100M (both in DHCP or static IP) but at 1G never not works, the DHCP time out and, after that, the default IP is not reachable. Looking with Wireshark seems that the board sends a DHCP REQUEST and the server respond with a NACK. In case of 10 or 100M link, the board sends a DISCOVER and the server responds with an OFFER then the board send again a REQUEST packet and the server responds with an ACK: the DHCP transaction ended successfully. In case of 1000M link, the board never sends a DISCOVER command after the first REQUEST / NACK transaction but continues to send a request and the server responds with a NACK until timeout will be reached. My system runs with a 50MHz clock. Somebody know if this example runs at 1000M ? Any suggestions? Regards. Giuseppe.