Forum Discussion
Altera_Forum
Honored Contributor
12 years agoTwo ethernet cards
Hello all, does anybody experience with two ethernet card in board ETHERNET-HSMC Card from Terasic ? Is possible to use two ethernet chip in one hw.design and in one program ? Thank you very...
Altera_Forum
Honored Contributor
12 years agoSure it's possible
In the hw you only need to duplicate the ethernet controller (TSE or whatever) and the related components, like DMAs or descriptor memory. The sw part can be a bit more tricky: it depends on how you use the Ethernet interfaces; I mean tcp stack, raw ethernet packet rx/tx or other.