- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Looks like the receive side isn't working properly.
I'd try to see how far through the receive packets are getting. Are broadcasts received? Does promiscuous mode work?- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- Looks like the receive side isn't working properly. I'd try to see how far through the receive packets are getting. Are broadcasts received? Does promiscuous mode work? --- Quote End --- No... no packet are received at 1000M... I suppose that I need to investigate at hardware level using SignalTap....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If the packet is received, why doesn't the dhcp code like it?
Might be worth finding that out to give you something to look for with signaltap.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page