URL
https://opencores.org/ocsvn/minsoc/minsoc/trunk
Subversion Repositories minsoc
Compare Revisions
- This comparison shows the changes necessary to convert path
/minsoc/trunk/syn
- from Rev 105 to Rev 107
- ↔ Reverse comparison
Rev 105 → Rev 107
/altera/setup.bat
0,0 → 1,12
@echo off |
set /p quartus_path=Input the path to Quartus e.g. C:\altera\11.0sp1\quartus: |
if EXIST %quartus_path% ( |
set path=%path%;%quartus_path%\bin\cygwin\bin;%quartus_path%\bin |
make all |
echo Finished... |
set /p exit=Press ENTER to close this window... |
make clean |
) ELSE ( |
echo %quartus_path% could not be found. |
set /p exit=Press ENTER to close this window... |
) |
altera/setup.bat
Property changes :
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property