Forum Discussion
Altera_Forum
Honored Contributor
15 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?