Hi Sharmila,
Hmm.. that's odd.. If you do getenv('path') and system('xps'), does the
EDK gui come up?
Thanks,
Henry
On 6/15/2010 6:43 PM, Padmanabhan, Sharmila (382F) wrote:
Hi Henry,
Thanks for your reply.
The Xilinx 10.1 ISE, EDK and DSP path are already a part of my system
variables (see snapshot below) in my environmental variables. However,
the MLIB And BEE2 path are only part of my user variables simply because
I do not have privileges to add system variables. I wonder if this is an
issue. Should everything be part of system variables ?
I have never had problem generating bit files for designs with no
casper/xps/gavrt blocks.
Thanks,
Sharmila
-----Original Message-----
From: Henry Chen [mailto:[email protected]]
Sent: Tuesday, June 15, 2010 6:13 PM
To: Padmanabhan, Sharmila (382F)
Cc: [email protected]
Subject: Re: [casper] xps failed
Hi Sharmila,
It just looks like the Xilinx EDK executables are not in your path. At
some point, either by default for your system or using a batch script
just for a particular instance, you'll need to set the following
environment variables:
set XILINX_ROOT=C:\Xilinx\11.1
set MATLAB=C:\MATLAB\R2009b
set XILINX=%XILINX_ROOT%\ISE
set XILINX_EDK=%XILINX_ROOT%\EDK
set XILINX_DSP=%XILINX_ROOT%\DSP_Tools\nt
set XILINX_PLANAHEAD=%XILINX_ROOT%\PlanAhead
set PATH=%XILINX_EDK%\bin\nt;%XILINX_EDK%\lib\nt;%XILINX%\bin\nt;
%XILINX%\lib\nt;%XILINX_PLANAHEAD%\bin\;%XILINX_ROOT%\common\bin\nt;
%MATLAB%\bin;%MATLAB%\bin\win32;%PATH%
set DSP_BIN=%XILINX_ROOT%\DSP_Tools\nt\common\bin
set MLIB_ROOT=C:\mlib_devel\mlib_devel_10_1
set BEE2_XPS_LIB_PATH=%MLIB_ROOT%\xps_lib
Thanks,
Henry
On 6/15/2010 6:03 PM, Padmanabhan, Sharmila (382F) wrote:
> I am trying to follow the roach tutorial to generate the bof file. If I
> do the “run xps” for the test borph example
>