AR# 40563

|

12.x/13.x/14.x- iMPACT - Supported 18V00 Devices - INFO:iMPACT:583

描述

When programming my18V00 devices, I see the following or similar:

INFO:iMPACT:583 - '1': The idcode read from the device does not match
the idcode in the bsdl File.

INFO:iMPACT:1578 - '1': Device IDCODE : 00000101000000100110000010010011

INFO:iMPACT:1579 - '1': Expected IDCODE:
00000101000000110110000010010011

What is the issue here?

解决方案

Per PCN2003-04 (http://www.xilinx.com/support/documentation/customer_notices/pcn2003-04.pdf), Xilinx added a new vendor for manufacturing 18V00 devices. Specifically, we added STMicro and retained UMC. The PCN has this statement about compatibility: The STMicroelectronics offerings will be form, fit, and functionally compatible with the current product. The JTAG IDCODES will differ.

From iMPACT 12.1, we are only supporting the STMicro devices and the IDCODE from the UMC devices is not supported. To program older devices, revert to 11.x.

Or,hand edit the BSDL file and change bit 16 to a '0' or to an 'X' (don't care) if you have mixed UMC STMicro parts. The '1'-- "required by standard" bit being the LSB bit 0.

--snipit from BSD file--

attribute IDCODE_REGISTER of XC18V02: entity is
XXXX" & -- version
"0101000000110101" & -- part number
"00001001001" & -- manufacturer's id
"1"; -- required by standard.

链接问答记录

主要问答记录

Answer Number 问答标题 问题版本 已解决问题的版本
47890 14.x iMPACT - Known Issues for the iMPACT 14.x tools N/A N/A
40503 13.x iMPACT - Known Issues for the iMPACT 13.x Software N/A N/A

相关答复记录

Answer Number 问答标题 问题版本 已解决问题的版本
40503 13.x iMPACT - Known Issues for the iMPACT 13.x Software N/A N/A
AR# 40563
日期 02/04/2013
状态 Active
Type 综合文章
器件
Tools
People Also Viewed