Forum Discussion
Altera_Forum
Honored Contributor
15 years agoDo you really mean destination address? Or maybe you mean source address?
You normally set the last one, during board initialization. Destination address instead depends on what type of ethernet protocol you are using. Examples: If you application has a tcp/ip stack, than the stack itself will set addresses for you. If your app sends and receives raw ethernet frames, then you manually build and decode each frame, so you can virtually set any address you want, both source and dest. Cris