problem with simple socket server implementation on DE2_115
Currently, I successfully implemented the simple socket server example in DE2_115 board by using the web sever demo as a basic. One strange thing is that if I download the original web server sof file to the board and run the software elf file in Eclipse, everything works well. But, if I recompile the project in quartus 11.0 with no change, another sof file called "DE2_115_WEB_SERVER_time_limited" is generated. Also, a window says"click cancel to stop using opencore plus IP, time remaining:unlimited". I left this window open and run the software elf file in Eclipse. In the console window, the program stuck at "PHY INFO: waiting on PHY link..." and never move. It seems that the auto-negotiation is not done. This is strange because I do not change anything, both hardware in quartus and software in Eclipse. Just recompile the project in quartus and download the "time_limited" file to the board, then the function doesn't work properly. Can anyone help me to solve this problem? Thanks so much.