hamster 215 Posted April 29, 2016 (edited) Hi, I've got my Arty sending out UDP packets to my laptop, without any soft CPU involvement. I've still got to add checksums and so on, but at least it works! http://hamsterworks.co.nz/mediawiki/index.php/ArtyEthernet Edited April 29, 2016 by hamster 2 JColvin and AdamZ reacted to this Share this post Link to post Share on other sites
hamster 215 Posted May 1, 2016 I've now added the checksum calculations, and going "full noise" it sends 130,000 packets per second Share this post Link to post Share on other sites
futureishere 0 Posted January 12, 2018 Hi Mike, I looked into your code on your github. Can you tell me which mac core did you test it with? Share this post Link to post Share on other sites
zygot 154 Posted January 12, 2018 @futureishere This reply is not intended to circumvent a reply from Mike; I do hope that he answers your question. I do want to point out that the code provides a way for an FPGA board to send packets to any device with a compatible Ethernet port using an all HDL design without a MAC. I believe that he used his laptop to test the design. While this is a neat trick you should be thinking: "Wow I don't need a MAC to receive Ethernet packets". The other end is a bit more complicated and it's up to Mike to say why he chose to publish half of the problem. But if one considers what has been presented as nothing more than an encouragement for others to spend the time to learn about this stuff, then it stands up quite well as is. I might reiterate as a friendly suggestion that Mike consider being a bit more informative with his published work by including more than sparsely commented HDL. This is, of course, entirely his decision and the choice of content is his to make. Gifts should be received with gratitude. Share this post Link to post Share on other sites