From 1ff73420482ad934db059bf7a3c98d2463e79dc0 Mon Sep 17 00:00:00 2001 From: Ricardo Barbedo Date: Sun, 19 Nov 2017 14:31:20 +0100 Subject: [PATCH] Rename init script for Vivado 2017.x --- README.md | 2 +- init.tcl => Vivado_init.tcl | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename init.tcl => Vivado_init.tcl (100%) diff --git a/README.md b/README.md index 54a168a..f3a6d77 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Trying to make Vivado more git-friendly on Windows. ### Installation -Add `init.tcl` (or append the relevant lines if you already have something in it) along with the `scripts` directory to `%APPDATA%\Roaming\Xilinx\Vivado`. +Add `Vivado_init.tcl` (or append the relevant lines if you already have something in it) along with the `scripts` directory to `%APPDATA%\Roaming\Xilinx\Vivado`. ### How it works diff --git a/init.tcl b/Vivado_init.tcl similarity index 100% rename from init.tcl rename to Vivado_init.tcl