Skip to content

Commit 10fa01e

Browse files
committed
[Docs] Update recommended Vivado/Vitis version
1 parent 68b1a6d commit 10fa01e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/finn_entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ if [ -f "$HLS_PATH/settings64.sh" ];then
112112
else
113113
yecho "Unable to find $HLS_PATH/settings64.sh"
114114
yecho "Functionality dependent on Vitis HLS will not be available."
115-
yecho "Please note that FINN needs at least version 2020.2 for Vitis HLS support."
115+
yecho "Please note that FINN needs at least version 2020.2 for Vitis HLS support. Our recommendation is to use version 2022.2"
116116
yecho "If you need Vitis HLS, ensure HLS_PATH is set correctly and mounted into the Docker container."
117117
fi
118118

run-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if [ -z "$FINN_XILINX_PATH" ];then
4747
fi
4848

4949
if [ -z "$FINN_XILINX_VERSION" ];then
50-
recho "Please set the FINN_XILINX_VERSION to the version of the Xilinx tools to use (e.g. 2020.1)"
50+
recho "Please set the FINN_XILINX_VERSION to the version of the Xilinx tools to use (e.g. 2022.2)"
5151
recho "FINN functionality depending on Vivado, Vitis or HLS will not be available."
5252
fi
5353

0 commit comments

Comments
 (0)