From b9550122f62fda96bee1e1d88f514f029914d624 Mon Sep 17 00:00:00 2001
From: James Talbert <jtalbert@iastate.edu>
Date: Fri, 14 Sep 2018 15:45:16 -0500
Subject: [PATCH] Update launching-vivado.md

---
 quad/doc/{launching-vivado.md => using-vivado.md} | 6 ++++++
 1 file changed, 6 insertions(+)
 rename quad/doc/{launching-vivado.md => using-vivado.md} (57%)

diff --git a/quad/doc/launching-vivado.md b/quad/doc/using-vivado.md
similarity index 57%
rename from quad/doc/launching-vivado.md
rename to quad/doc/using-vivado.md
index 4e61c287a..5d2feae9c 100644
--- a/quad/doc/launching-vivado.md
+++ b/quad/doc/using-vivado.md
@@ -1,3 +1,4 @@
+# Launching
 To launch vivado from co3050-12, open a terminal and run
 
     $ source /remote/Xilinx/2018.2/Vivado/2018.2/settings64.sh
@@ -5,4 +6,9 @@ To launch vivado from co3050-12, open a terminal and run
 
 This will launch vivado in gui mode. See the vivado documentation for other modes.
 
+
+# Startup Scripts
+If you want to run any tcl scripts on startup, such as installing board backages
+place them in `/local/ucart/.Xilinx/Vivado/` They will be sourced on startup.
+
 *This document will get updated as needed*
\ No newline at end of file
-- 
GitLab