I want to send UDP packet to fpga which includes microblaze. But i have a problem about ip address. Where can i get the ip address of fpga.
0
votes
2 Answers
1
votes
0
votes
Your FPGA itself does not have an IP address. If you have an evaluation/prototyping board there often is a sticker with the MAC address assigned to this board. Everything regarding IP address processing and UDP port numbers is up to you and has to be implemented either as logic on the FPGA itself or as software for the Microblaze.