Hi Henry,
>> getenv('path')
ans =
C:\Xilinx\10.1\EDK\bin\nt;C:\Xilinx\10.1\EDK\lib\nt;C:\Xilinx\10.1\ISE\bin\nt;C:\Xilinx\10.1\ISE\lib\nt;C:\Xilinx\10.1\ISE\smartmodel\nt\installed_nt\lib\pcnt.lib;C:\WINDOWS\System32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\MATLAB\R2008b\bin;C:\MATLAB\R2008b\bin\win32;C:\MATLAB\R2008a\bin;C:\MATLAB\R2008a\bin\win32;C:\Xilinx\10.1\EDK\bin\nt;C:\Xilinx\10.1\EDK\lib\nt;C:\Xilinx\10.1\ISE\bin\nt;
>> system('xps')
'xps' is not recognized as an internal or external command,
operable program or batch file.
ans =
1
EDK gui does not come up. I don't understand what is wrong. Is my Xilinx
installation messed up ?
Thanks,
Sharmila
-----Original Message-----
From: Henry Chen [mailto:[email protected]]
Sent: Tuesday, June 15, 2010 6:52 PM
To: Padmanabhan, Sharmila (382F)
Cc: [email protected]
Subject: Re: [casper] xps failed
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
>
> >
>