From bdbab5756da76a46e7583a11a39260a6c2a597ae Mon Sep 17 00:00:00 2001 From: antoniovillena Date: Fri, 20 May 2016 15:18:07 +0200 Subject: [PATCH] Algunos ajustes --- cores/bitgen.bat | 4 ++-- cores/map.bat | 4 ++-- cores/mypath.txt | 2 +- cores/ngdbuild.bat | 4 ++-- cores/par.bat | 4 ++-- cores/trce.bat | 4 ++-- cores/xst.bat | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/cores/bitgen.bat b/cores/bitgen.bat index ca48b5a..31fb984 100644 --- a/cores/bitgen.bat +++ b/cores/bitgen.bat @@ -1,2 +1,2 @@ -call mypath -%mypath%\bitgen.exe %* \ No newline at end of file +call %ruta_bat%mypath +%mypath%bitgen.exe %* \ No newline at end of file diff --git a/cores/map.bat b/cores/map.bat index 541fb62..4bf1977 100644 --- a/cores/map.bat +++ b/cores/map.bat @@ -1,2 +1,2 @@ -call mypath -%mypath%\map.exe %* \ No newline at end of file +call %ruta_bat%mypath +%mypath%map.exe %* \ No newline at end of file diff --git a/cores/mypath.txt b/cores/mypath.txt index 261f133..3ff1530 100644 --- a/cores/mypath.txt +++ b/cores/mypath.txt @@ -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 \ No newline at end of file +set mypath=C:\path_to\Xilinx\14.7\ISE_DS\ISE\bin\nt64\ \ No newline at end of file diff --git a/cores/ngdbuild.bat b/cores/ngdbuild.bat index 7dddbff..a602f8b 100644 --- a/cores/ngdbuild.bat +++ b/cores/ngdbuild.bat @@ -1,2 +1,2 @@ -call mypath -%mypath%\ngdbuild.exe %* \ No newline at end of file +call %ruta_bat%mypath +%mypath%ngdbuild.exe %* \ No newline at end of file diff --git a/cores/par.bat b/cores/par.bat index 4d90ce7..b9a305c 100644 --- a/cores/par.bat +++ b/cores/par.bat @@ -1,2 +1,2 @@ -call mypath -%mypath%\par.exe %* \ No newline at end of file +call %ruta_bat%mypath +%mypath%par.exe %* \ No newline at end of file diff --git a/cores/trce.bat b/cores/trce.bat index ae347df..22da325 100644 --- a/cores/trce.bat +++ b/cores/trce.bat @@ -1,2 +1,2 @@ -call mypath -%mypath%\trce.exe %* \ No newline at end of file +call %ruta_bat%mypath +%mypath%trce.exe %* \ No newline at end of file diff --git a/cores/xst.bat b/cores/xst.bat index 98f173e..f46dbdb 100644 --- a/cores/xst.bat +++ b/cores/xst.bat @@ -1,2 +1,2 @@ -call mypath -%mypath%\xst.exe %* \ No newline at end of file +call %ruta_bat%mypath +%mypath%xst.exe %* \ No newline at end of file