Altera_Forum
Honored Contributor
15 years agoEnabling Gigabit Kills my DHCP?!
Hi guys,
I'm running a DE2-115 with the TSE_MAC running on uCOS which i have based on the SSS Example (simple Socket Server). My DHCP has stopped getting an address and times out. After much wat=sted debugging time I have found it occirs when i enable the Gigabit ethernet in the hardware:
assign set_1000_to_the_tse_mac = 1'b0;
I swear at one point i had sucessfully had gigabit with out this problem, but i've restored through my back ups and it happens when i enable this bit in my verilog. Any ideas?