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


Reply via email to