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 ago --- Quote Start --- Hello, Depending the protocol you want to use via Ethernet, you don't have to use an TCP/IP stack with an OS running... I've done some design using the TSE in "stand alone mode" in order to transfert data using UDP protocol. You just have to instanciate it, write some logic interface between the TSE and your IP/FIFO and your're done. The only thing anoying is computing CRCs. However, I you prefer/need to use a NIOS/OS/DDR I'm sorry I can't help you :) Regards, Franck. --- Quote End --- Could you explain more about that logic interface?