OpenCores
URL https://opencores.org/ocsvn/minsoc/minsoc/trunk

Subversion Repositories minsoc

[/] [minsoc/] [branches/] [rc-1.0/] [syn/] [xilinx/] [setup.bat] - Diff between revs 109 and 119

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 109 Rev 119
@echo off
@echo off
set /p xilinx_settings=Input the Xilinx "settings32|64.bat" file along with its absolute path:
set /p xilinx_settings=Input the Xilinx "settings32|64.bat" file along with its absolute path:
if EXIST %xilinx_settings% (
if EXIST %xilinx_settings% (
%xilinx_settings%
%xilinx_settings%
make all
make all
echo Finished...
echo Finished...
set /p exit=Press ENTER to close this window...
set /p exit=Press ENTER to close this window...
make clean
make clean
) ELSE (
) ELSE (
echo %xilinx_settings% could not be found.
echo %xilinx_settings% could not be found.
set /p exit=Press ENTER to close this window...
set /p exit=Press ENTER to close this window...
)
)
 No newline at end of file
 No newline at end of file
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.