Forum Discussion
Altera_Forum
Honored Contributor
14 years agoTriple speed ethernet on Stratix III 3SL150F1152
Hello, I want to use Triple speed ethernet on Stratix III 3SL150F1152. When using the NIOS II standard design, my simple socket server example get runtime errors. The log information is as...
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- Edit the source code of the example program for Nios. Enable fixed IP address and define it properly in the header file. You have to enter serial number, so the software generates a MAC address according to that number. --- Quote End --- Thank you for your reply,Socrates, I can't find a serial number beginning with ASJ under my dev. board, so I input 123456789 like other people did. Is it right? I'll change the source code right away. Yang