Forum Discussion
Altera_Forum
Honored Contributor
13 years agoSimple Socket Server Template can't find mac adress?
hello, I am using Simple Socket Server Template for my own triple speed ethernet qsys system in which I modify the NiosII Ethernet Standard Design by replacing DDRx with ssram on my CycloneIV ...
Altera_Forum
Honored Contributor
13 years agoBrowse the Simple Socket Server source code.
In one of the source files (IIRC network_utilities.c) you should find a function named get_mac_addr() or get_board_mac_addr(). Change the function body in order to return a fixed MAC address instead of asking you to enter one. Regards