Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Contributor
shreyassg13@gmail.com
Posts: 50
Registered: ‎02-22-2011
0

Mac address of atlys board

what is the MAC address of digilent atlys board? On the board I saw a 12 digit number sticker with a barcode and I have used that. Is that right

Expert Contributor
joelby
Posts: 1,056
Registered: ‎10-05-2010

Re: Mac address of atlys board

It doesn't have one, because it doesn't come with a MAC. If you're using a reference design that exercises the Ethernet PHY, it might assign some MAC address chosen by the design's author. For production designs you would need to get an address allocation. For test purposes, you can use any unicast address as long as it's different from other devices on your network.
Contributor
shreyassg13@gmail.com
Posts: 50
Registered: ‎02-22-2011
0

Re: Mac address of atlys board

Actually I am trying to use FPGA in loop (FIL) using hdl verifier in simulink using eda simulator link. But I get the error

"Did not receive version information from the hardware. You must have a valid connection, a compatible development board, and compatible versions of the block and FPGA programming file."

I am not able to reply from the board as well, when I ping it. So, I thought I might have got the mac address wrong. 

You mean, I can take any mac address??

One more thing, how to assign an IP address to the board?

 

Expert Contributor
joelby
Posts: 1,056
Registered: ‎10-05-2010
0

Re: Mac address of atlys board

I'm not very familiar with Simulink and its HDL stuff. However if you've defined an Ethernet data source or sink, you probably need to define a MAC address and IP address for these too, and they can be anything you like.

 

There's no guarantee that these blocks also implement ICMP and ping replies (or even ARP replies for that matter) - you will need to look at the Simulink documentation to see what the normal procedure is. As long as the Ethernet PHY on the Atlys is actually supported (I'd be surprised if it wasn't), it shouldn't be any different from any other FPGA board.