Forum Discussion
Altera_Forum
Honored Contributor
11 years agoIf you are using a point-to-point ethernet you can use different Ethertypes otherwise you have to make sure that you do not generate problems with other network clients or routers.
Demuxing on the Ethertype is done by taking the packet coming out of the TSE in a custom component. Mostly you are only interested in the payload of the ethernet packet so you can throw away the first bytes in the packet until you come to the EtherType. According to the value you read there you witch the following date to the outputs. You find the packet structure for Ethernet packets here http://en.wikipedia.org/wiki/ethernet_frame P.S.: Sorry, I can not answer your PM because I have to less posts in this forum.