Algunos ajustes

This commit is contained in:
antoniovillena 2016-05-20 15:18:07 +02:00
parent bf4fe68698
commit bdbab5756d
7 changed files with 13 additions and 13 deletions

View File

@ -1,2 +1,2 @@
call mypath
%mypath%\bitgen.exe %*
call %ruta_bat%mypath
%mypath%bitgen.exe %*

View File

@ -1,2 +1,2 @@
call mypath
%mypath%\map.exe %*
call %ruta_bat%mypath
%mypath%map.exe %*

View File

@ -1,2 +1,2 @@
rem put the correct path and rename this file to .bat
set mypath=C:\path_to\Xilinx\14.7\ISE_DS\ISE\bin\nt64
set mypath=C:\path_to\Xilinx\14.7\ISE_DS\ISE\bin\nt64\

View File

@ -1,2 +1,2 @@
call mypath
%mypath%\ngdbuild.exe %*
call %ruta_bat%mypath
%mypath%ngdbuild.exe %*

View File

@ -1,2 +1,2 @@
call mypath
%mypath%\par.exe %*
call %ruta_bat%mypath
%mypath%par.exe %*

View File

@ -1,2 +1,2 @@
call mypath
%mypath%\trce.exe %*
call %ruta_bat%mypath
%mypath%trce.exe %*

View File

@ -1,2 +1,2 @@
call mypath
%mypath%\xst.exe %*
call %ruta_bat%mypath
%mypath%xst.exe %*