Forum Discussion
Altera_Forum
Honored Contributor
16 years agoWhat's the general way to incorporate handwritten module with TSE ethernet?
Suppose we have handwritten IP module that continuously reads data from ADC, processes it and writes to some on-chip fifo. Now we want to send those data via Ethernet. I got impression the common w...
Altera_Forum
Honored Contributor
16 years agoHello,
The output protocol of the TSE is very simple. You have a "start of packet", "end of packet", data, and data valid and some optional and informative signals. Knowing this, you can send receive frame easely. Don't forget to configure the TSE via the avalon interface. Regards, Franck.