Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Error when programming the SPARTAN-3 FPGA kit

Status
Not open for further replies.

Partha Mukherjee

Newbie level 4
Joined
Dec 14, 2004
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
63
Programming the FPGA kit

Family: Software
Product Line: FPGA Kit
Part: iMPACT
Version: 6.3i

Problem Description:

Keywords: iMPACT, impact, 1578, 1579, device, idcode, expected, bsdl files.

Urgency: Hot

While programming the SPARTAN-3 FPGA kit we are encountering the following error:
/******************************************************
ERROR:iMPACT:583 - '1': The idcode read from the device does not match the
idcode in the bsdl File.

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

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

PROGRESS_END - End Operation.
/*******************************************************

The above prolem comes being "The Boundary-scan chain validated successfully".

Send the reply as soon as possible.

Partha Mukherjee
 

Programming the FPGA kit

Looks like you have some sort of mixup between an XC3S200 Spartan3 and an XC2V40 Virtex2.

attribute IDCODE_REGISTER of XC3S200 : entity is
"XXXX" & -- version
"0001010" & -- family
"000010100" & -- array size
"00001001001" & -- manufacturer
"1"; -- required by 1149.1

attribute IDCODE_REGISTER of XC2V40 : entity is
"XXXX" & -- version
"0001000" & -- family
"000001000" & -- array size
"00001001001" & -- manufacturer
"1"; -- required by 1149.1
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top