We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63cca98 commit ab77b8bCopy full SHA for ab77b8b
docker/settings64.sh
@@ -0,0 +1,7 @@
1
+##############################################################
2
+# Copyright (c) 1986-2024 Xilinx, Inc. All rights reserved. #
3
4
+
5
+source /opt/Xilinx//Model_Composer/2024.1/.settings64-Model_Composer.sh
6
+source /opt/Xilinx//Vivado/2024.1/.settings64-Vivado.sh
7
+source /opt/Xilinx//Vitis_HLS/2024.1/.settings64-Vitis_HLS.sh
docker/start-notebook.sh
@@ -5,7 +5,7 @@
set -e
# setup vivado 2024.1
8
-source /opt/Xilinx/Vitis_HLS/2024.1/settings64.sh
+source settings64.sh
9
10
# The Jupyter command to launch
11
# JupyterLab by default
0 commit comments