01-07-2010 01:20 AM
Hi friends i have a problem when i try generate the ace file i use this:
C:\Intercambio>xmd -tcl genace.tcl -target mdm -hw system.bit -elf zImage.elf -start_address 0xFFFFF000 -data vmlinux.bin 0xfe000000 -board ml310 -ace prueba.ace
Xilinx Microprocessor Debug (XMD) Engine
Xilinx EDK 10.1.03 Build EDK_K_SP3.6
Copyright (c) 1995-2007 Xilinx, Inc. All rights reserved.
Executing xmd script : C:/Xilinx/10.1/EDK/data/xmd/genace.tcl
#######################################################################
XMD GenACE utility. Generate SystemACE File from bit/elf/data Files
#######################################################################
Parsing genace option: -target mdm -hw system.bit -elf zImage.elf -start_address
0xFFFFF000 -data vmlinux.bin 0xfe000000 -board ml310 -ace prueba.ace
GenACE Options:
Board : ml310
Jtag Devs : xc2vp30
FPGA pos : 1
JPROG : false
HW File : system.bit
ACE File : prueba.ace
nCPUs : 1
Processor mdm_1 Information
Debug opt : -debugdevice devicenr 1 cpunr 1
ELF files : zImage.elf
Data files : vmlinux.bin 0xfe000000
Start PC Address : 0xFFFFF000
Get irlength of FPGA
options = -configdevice devicenr 1 idcode 0x127E093 irlength 14 partname xc2vp30
Open SVF file
############################################################
Converting Bitstream 'system.bit' to SVF file 'system.svf'
Executing 'impact -batch bit2svf.scr'
couldn't execute "impact": no such file or directory
Error: ERROR in SVF file generation
And i can't find anything information for help me.
Thanks
01-07-2010 10:18 AM
Jose,
You should probably run this from an EDK shell (it looks like you are using the Windows command line below).
Otherwise, be sure that impact is in your PATH (something like c:\ Xilinx\10.1\ISE\bin\nt\ )
-Brian