TSE on the DE0-Nano-SoC
I have a question how to implement the TSE core on my board. What I am trying to do is transfer UDP packets over the TSE of which the data is stored on the HPS's DDR3 RAM. What I would like to have happen, is have the HPS pass the descriptor list, which as I understand it, is just the list of pointers to where the packets are in memory as well as their length, and then just have the TSE send out the UDP packets. I just have no idea how to do that. I was taking a look at the TSE Example for the Cyclone V dev board found here: https://rocketboards.org/foswiki/Projects/AlteraSoCTripleSpeedEthernetDesignExample, But I was unable to get it to work, partially because I couldn't get it to fit on my board, but also because I couldn't get the linux image to boot. I just don't understand how the HPS in linux is supposed to control this TSE, and how to hook up the TSE in general. Thanks! Appreciate any help.