Determine src / dst MAC address
Hi all,
I've been working with an Intel MAX10 FPGA and want to eventually use the MAX10 to receive data through Ethernet and send it somewhere else. Currently I am successfully running the MAX10 TSE On-board PHY Design Example found here.
I currently witness packets accumulating by running "stats_chk" in the System Console repeatedly. I also notice the number of packets received stagnate when I unplug the Ethernet cable (as expected). However, I notice the MAC addresses are set to static values defined in the "tse_mac_config.tcl" file.
Since I would like to send data in and out of the MAX10, I believe obtaining the MAC addresses of the host machine and FPGA itself would be important. If that's true, why are they statically set rather than obtained (in the example)? If anyone can help me understand this or move towards my goal I would appreciate it.