Skip to content

Commit

Permalink
[Docs] Update recommended Vivado/Vitis version
Browse files Browse the repository at this point in the history
  • Loading branch information
auphelia committed Mar 28, 2024
1 parent 68b1a6d commit 10fa01e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/finn_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ if [ -f "$HLS_PATH/settings64.sh" ];then
else
yecho "Unable to find $HLS_PATH/settings64.sh"
yecho "Functionality dependent on Vitis HLS will not be available."
yecho "Please note that FINN needs at least version 2020.2 for Vitis HLS support."
yecho "Please note that FINN needs at least version 2020.2 for Vitis HLS support. Our recommendation is to use version 2022.2"
yecho "If you need Vitis HLS, ensure HLS_PATH is set correctly and mounted into the Docker container."
fi

Expand Down
2 changes: 1 addition & 1 deletion run-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if [ -z "$FINN_XILINX_PATH" ];then
fi

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

Expand Down

0 comments on commit 10fa01e

Please sign in to comment.