Forum Discussion
Altera_Forum
Honored Contributor
15 years agoOther question:
Do you need to send/recv raw ethernet frames or do you need tcp/ip connectivity? In the first case you can simply rely on the specific Ethernet mac driver, or build your own. In the second case you'd need an OS (RTOS, Linux, ... ) and appropriate stack software module (NicheStack, lwip, ...)