kgnkbyl
kgnkbyl

Reputation: 747

Send UDP packet to fpga spartan 3e via ethernet

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.

Upvotes: 0

Views: 1029

Answers (2)

andrsmllr
andrsmllr

Reputation: 1223

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.

Upvotes: 0

user2241273
user2241273

Reputation: 11

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.

Upvotes: 1

Related Questions