URL
https://opencores.org/ocsvn/minsoc/minsoc/trunk
Only display areas with differences |
Details |
Blame |
View Log
Rev 119 |
Rev 121 |
@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...
|
)
|
)
|
|
|
|
|
© copyright 1999-2023
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.