Skip to content

Commit

Permalink
Change readme reference from Vitis HLS to Vivado HLS
Browse files Browse the repository at this point in the history
  • Loading branch information
thesps committed Mar 4, 2021
1 parent d1f22fa commit c6b25bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6b25bf

Please sign in to comment.