Forum Discussion
Altera_Forum
Honored Contributor
12 years agoKSZ8851SNL 10/100 Mbps Ethernet
Hello Guys, i am trying to interface KSZ8851SNL ethernet MAC with Cyclone III FPGA in order to download data. The send and receive functions are all fine and i implement my own TCP/IP stack as ...
Altera_Forum
Honored Contributor
12 years agoyeah, it was a bit difficult but I did it. I am checking the number of packets rather than interrupts. also, KSZ is a bit slow and you should give enough time to send a packet otherwise simply crashes. I implement most part in FPGA (TCP/IP Stack) in HDL and it is pretty cool. although it is too fast for KSZ , we will use faster Ethernet controller in future . Hope this helps