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

Subversion Repositories minsoc

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

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

Rev 107 Rev 109
@echo off
@echo off
set /p quartus_path=Input the path to Quartus e.g. C:\altera\11.0sp1\quartus:
set /p quartus_path=Input the path to Quartus e.g. C:\altera\11.0sp1\quartus:
if EXIST %quartus_path% (
if EXIST %quartus_path% (
set path=%path%;%quartus_path%\bin\cygwin\bin;%quartus_path%\bin
set path=%path%;%quartus_path%\bin\cygwin\bin;%quartus_path%\bin
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 %quartus_path% could not be found.
echo %quartus_path% could not be found.
set /p exit=Press ENTER to close this window...
set /p exit=Press ENTER to close this window...
 
 

powered by: WebSVN 2.1.0

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