From c6b25bfc25a4c0b786e1fcbe585da7c46fd9042a Mon Sep 17 00:00:00 2001 From: Sioni Summers Date: Thu, 4 Mar 2021 15:56:56 +0100 Subject: [PATCH] Change readme reference from Vitis HLS to Vivado HLS --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 528c576098..66f16909f1 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,8 @@ hls_model = hls4ml.converters.keras_to_hls(config) hls4ml.utils.fetch_example_list() ``` -### Building a project with Xilinx Vitis (after downloading and installing from [here](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/vitis.html)) +### Building a project with Xilinx Vivado HLS (after downloading and installing from [here](https://www.xilinx.com/products/design-tools/vivado/integration/esl-design.html)) +Note: Vitis HLS is not yet supported. Vivado HLS versions between 2018.2 and 2020.1 are recommended. ```Python #Use Vivado HLS to synthesize the model