Forum Discussion
Altera_Forum
Honored Contributor
15 years agoWORKING: DE2-115 Simple Socket Server
Hi, It seems difficult to get help on these forums so I want to pass on what i learnt for others. I've struggled to learn FPGAs over the past few weeks and I have finally got a simple socket s...
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- Can you post the full output of NIOS? Does it say: "Auto-negotiation Failed" or "...Passed"? --- Quote End --- Dear David, the ping and telnet are succeed when I use the DHCP server, but when I connect the board and PC with a cross-over cable, I failed. DHCP in the BSPEditor is diabled, and I change some codes in Quartus II,as follows: *********************************** // ===== SOPC control signal defing assign set_1000_to_the_tse_mac = 1'b1; assign set_10_to_the_tse_mac = 1'b0; *********************************** hope for your reply.