0
votes

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.

2

2 Answers

1
votes

You have to assign a static IP for the mac address and use that IP in your FPGA code for filtering n etc.,If your board is not on any network say one to one Ethernet to your computer then just VHDL coding would do.

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.