From 872f40ef4bf7dc9c59ab24f39cc455231fca09e1 Mon Sep 17 00:00:00 2001
From: TheZoq2 <frans.skarman@protonmail.com>
Date: Thu, 3 Feb 2022 10:19:27 +0100
Subject: [PATCH] Add vitis_hls module

---
 vitis_hls/2020.2 | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 vitis_hls/2020.2

diff --git a/vitis_hls/2020.2 b/vitis_hls/2020.2
new file mode 100644
index 0000000..6ccf406
--- /dev/null
+++ b/vitis_hls/2020.2
@@ -0,0 +1,31 @@
+#%Module1.0#####################################################################
+##
+## modules vitis_hls/2020.2
+##
+## modulefiles/vitis_hls/2020.2
+##
+## Revised:
+##   2021-02-11		TedJ
+##   2022-02-03     Frans Skarman (Adapted to vitis_hls)
+proc ModulesHelp { } {
+        global version modroot
+
+        puts stderr "vitis_hls/2020.2 - sets the Environment for vitis hls (2020.2)"
+}
+
+module-whatis   "Sets the environment for using vitis hls (2020.2)"
+
+# for Tcl script use only
+set     topdir          /sw/xilinx
+set     version         2020.2
+set     xilinx_root     /sw/xilinx/Vivado/2020.2/Vivado/2020.2/
+set     app_root        $topdir/Vivado/$version/Vitis_HLS/$version
+set     sys             linux86
+
+
+# license file network license server
+setenv XILINXD_LICENSE_FILE      2100@xilinx.license.it.liu.se
+
+
+setenv XILINX_VIVADO            $xilinx_root
+prepend-path PATH               $app_root/bin
-- 
GitLab