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 call %ruta_bat%mypath
%mypath%\bitgen.exe %* %mypath%bitgen.exe %*

View File

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

View File

@ -1,2 +1,2 @@
rem put the correct path and rename this file to .bat 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 call %ruta_bat%mypath
%mypath%\ngdbuild.exe %* %mypath%ngdbuild.exe %*

View File

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

View File

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

View File

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