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
Newbie
sharan4rokx
Posts: 1
Registered: ‎07-11-2012
0

device id code does not match id code in bsdl file

INFO:iMPACT:583 - '5': The idcode read from the device does not match the idcode
   in the bsdl File.
INFO:iMPACT:1578 - '5':  Device IDCODE :        00000010101011010110000010010011
INFO:iMPACT:1579 - '5': Expected IDCODE:    00000010101010010110000010010011
make: *** [download] Error 1

 

I've seen another message with similar query, the reply was to lower down the operating frequency of the cable to mitigate SI issue. how do you do it

Thanks in advance

Xilinx Employee
mcgett
Posts: 3,516
Registered: ‎01-03-2008
0

Re: device id code does not match id code in bsdl file

The read IDCODE is 0x02AD6093 which is a XC5VLX110T device.

The expected IDCODE is 0x02A96093 which is a XC5VLX50T device.

 

Did you create a design for XC5VXL50T device and then try to download it a board with a XC5VLX110T device on it?

------------------------------------------------------------------
Have you tried typing your question into Google? If not you should before posting.
Too many results? Try adding site:www.xilinx.com
Xilinx Employee
austin
Posts: 3,683
Registered: ‎02-27-2008
0

Re: device id code does not match id code in bsdl file

Ed,

 

They are probably confusing the XUPV5 pcb with the commercial version, which has the xc5vlx50t part on it (the XUPV5 pcb has the xc5vlx110t).

 

This is a pretty common error.

 

They should look at the links to the xupv5 to get the right references:

 

http://www.xilinx.com/univ/xupv5-lx110t.htm

 

NOT the ML505:

 

http://www.xilinx.com/products/boards/ml505/docs.htm

Austin Lesea
Principal Engineer
Xilinx San Jose
Xilinx Employee
smarell
Posts: 29
Registered: ‎07-23-2012
0

Re: device id code does not match id code in bsdl file

Please refer to http://www.xilinx.com/support/answers/13529.htm. This AR provides you the guidelines for resolving iMPACT:583 error.