| Author |
Message |
childs
Joined: 28 Apr 2008 Posts: 41 Helped: 2
|
17 Jul 2008 5:20 urgent!! program failed in ISE 10.1 |
|
|
|
I am using a Spartan-3E board & ISE 10.1 Web Pack. When I was trying to program the spartan-3e board, the program failed. The same code & procedures works fine for ISE 8.2i. Below is the message i've got. Is there the problem with the cable or cable driver?? Anybody have idea about what is the ESN i put bold within the below message??
=> .....ESN not available for this cable.....
near the end of message
| Code: |
// *** BATCH CMD : loadProjectFile -file "C:\Xilinx\MyProject\SPPTest/SPPTest.ipf"
'1': Loading file 'C:\Xilinx\MyProject\SPPTest\spptest.bit' ...
done.
INFO:iMPACT:1777 -
Reading C:/Xilinx/10.1/ISE/spartan3e/data/xc3s500e.bsd...
INFO:iMPACT:2257 - Startup Clock has been changed to 'JtagClk' in the bitstream stored in memory,
but the original bitstream file remains unchanged.
INFO:iMPACT:501 - '1': Added Device xc3s500e successfully.
----------------------------------------------------------------------
----------------------------------------------------------------------
INFO:iMPACT:1777 -
Reading C:/Xilinx/10.1/ISE/xcf/data/xcf04s.bsd...
INFO:iMPACT:501 - '2': Added Device xcf04s successfully.
----------------------------------------------------------------------
----------------------------------------------------------------------
INFO:iMPACT:1111 - Can't locate bsdl file xc2c64a.bsd.
INFO:iMPACT:501 - '3': Added Device xc2c64a successfully.
----------------------------------------------------------------------
----------------------------------------------------------------------
Active mode is BS
// *** BATCH CMD : setMode -ss
// *** BATCH CMD : setMode -sm
// *** BATCH CMD : setMode -hw140
// *** BATCH CMD : setMode -spi
// *** BATCH CMD : setMode -acecf
// *** BATCH CMD : setMode -acempm
// *** BATCH CMD : setMode -pff
// *** BATCH CMD : setMode -bs
// *** BATCH CMD : setMode -bs
// *** BATCH CMD : setMode -bs
// *** BATCH CMD : setMode -bs
Count ReleaseSemaphore rc = 298.
GUI --- Auto connect to cable...
// *** BATCH CMD : setCable -port auto
AutoDetecting cable. Please wait.
PROGRESS_START - Starting Operation.
Connecting to cable (Parallel Port - LPT1).
Checking cable driver.
Driver windrvr6.sys version = 8.1.1.0. WinDriver v8.11 Jungo (c) 1997 - 2006 Build Date: Oct 16 2006 X86 32bit SYS 12:35:07, version = 811.
LPT base address = 0378h.
ECP base address = 0778h.
Cable connection failed.
Connecting to cable (Parallel Port - LPT2).
Checking cable driver.
Driver windrvr6.sys version = 8.1.1.0. WinDriver v8.11 Jungo (c) 1997 - 2006 Build Date: Oct 16 2006 X86 32bit SYS 12:35:07, version = 811.
Cable connection failed.
Connecting to cable (Parallel Port - LPT3).
Checking cable driver.
Driver windrvr6.sys version = 8.1.1.0. WinDriver v8.11 Jungo (c) 1997 - 2006 Build Date: Oct 16 2006 X86 32bit SYS 12:35:07, version = 811.
Cable connection failed.
Connecting to cable (Parallel Port - LPT4).
Checking cable driver.
Driver windrvr6.sys version = 8.1.1.0. WinDriver v8.11 Jungo (c) 1997 - 2006 Build Date: Oct 16 2006 X86 32bit SYS 12:35:07, version = 811.
Cable connection failed.
Connecting to cable (Usb Port - USB21).
Checking cable driver.
Driver file xusbdfwu.sys found.
Driver version: src=1027, dest=1027.
Driver windrvr6.sys version = 8.1.1.0. WinDriver v8.11 Jungo (c) 1997 - 2006 Build Date: Oct 16 2006 X86 32bit SYS 12:35:07, version = 811.
Cable PID = 0008.
Max current requested during enumeration is 280 mA.
Type = 0x0605.
Cable Type = 3, Revision = 0.
Setting cable speed to 6 MHz.
Cable connection established.
Firmware version = 1027.
File version of C:/Xilinx/10.1/ISE/data/xusbdfwu.hex = 1028.
Firmware hex file version = 1028.
Downloading C:/Xilinx/10.1/ISE/data/xusbdfwu.hex.
Downloaded firmware version = 1028.
Type = 0x0605.
ESN not available for this cable.
PLD file version = 0012h.
PLD version = 0012h.
PROGRESS_END - End Operation.
Elapsed time = 2 sec.
// *** BATCH CMD : Program -p 1
INFO:iMPACT:2488 - The operation did not complete successfully.
PROGRESS_END - End Operation.
Elapsed time = 0 sec.
PROGRESS_START - Starting Operation.
|
|
|
| Back to top |
|
 |
saikat
Joined: 21 Oct 2005 Posts: 41 Helped: 4 Location: mumbai
|
18 Jul 2008 14:10 Re: urgent!! program failed in ISE 10.1 |
|
|
|
Did you tried downloading other than .hex file, i.e. .bit or .mcs file?
I believe that you have installed all the required drivers for the USB jtag programmer while installing ISE 10.1.
|
|
| Back to top |
|
 |
childs
Joined: 28 Apr 2008 Posts: 41 Helped: 2
|
25 Jul 2008 3:54 Re: urgent!! program failed in ISE 10.1 |
|
|
|
thx, somehow i got d poblem fixed from a solution another forum:
| Code: |
When assigning the device files manually in iMPACT instead of using the "bypass" button, device configuration works fine again!
C:/Xilinx/10.1/ISE/xcf/data/xcf04s.bsd
C:/Xilinx/10.1/ISE/xbr/data/xc2c64a.bsd
Hope this will be fixed soon. |
[/code]
|
|
| Back to top |
|
 |