URL
https://opencores.org/ocsvn/minsoc/minsoc/trunk
[/] [minsoc/] [trunk/] [syn/] [xilinx/] [setup.bat] - Diff between revs 73 and 105
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 73 |
Rev 105 |
?rev1line? |
?rev2line? |
|
@echo off
|
|
set /p xilinx_settings=Input the Xilinx "settings32|64.bat" file along with its absolute path:
|
|
if EXIST %xilinx_settings% (
|
|
%xilinx_settings%
|
|
make all
|
|
echo Finished...
|
|
set /p exit=Press ENTER to close this window...
|
|
make clean
|
|
) ELSE (
|
|
echo %xilinx_settings% could not be found.
|
|
set /p exit=Press ENTER to close this window...
|
|
)
|
No newline at end of file
|
No newline at end of file
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.