Altera_Forum
Honored Contributor
11 years agotripple speed ethernet using DE2-115 and quartus II 10.0
I am trying to establish a basic ethernet connection with the de2 115 cyclone IV E board, so that I can just send some data via the ethernet to another machine. I have generated the SOPC. In NIOS I have started with "simple socket server(RGMII)" , where a number of .c and .h files are generated automatically. But among them there is a file called tse_system.c where I am getting error. Moreover none of the .c files have a main() function. I am a complete beginner in this field. Can anybody please guide me about how to go about with this ethernet connection.