Forum Discussion
Altera_Forum
Honored Contributor
14 years agoEthernet link on DE2-115
Hi, I am using DE2-115 to do Ethernet UDP data transferring with the simple_socket_server template. Everything seems correct but the link will fail for several seconds at the beginning every ti...
Altera_Forum
Honored Contributor
14 years agoHi Cris,
Sorry I didn't make it clear. What I mean is after the Ethernet UDP packet(char data[1400]) is received in SSS, how should I offload these data to the FPGA so that my Verilog code can do further process for these data? (for instance, my verilog code has an input input [7:0] eth_data how will this input get the data[1400] received in Nios?) I used to use 9bit PIO and IOWR to transmit these data, but the data rate and stability seems not satisfying. Please give me some idea! Thank! --- Quote Start --- hi mickey I'm not sure I understand your request. Do you want to increase the 15Mbps figure or are you asking a way to transfer Ethernet UDP data to and from another fpga device? If it's the second one, please explain better what you need. --- Quote End ---