-
Hi, I'm trying to go through the tutorials but run into a problem in the first notebook. Everything runs fine until the second to last cell,
Which throws the following error,
I have searched the Xilinx install folders but just cant find Anyway around this? Is is possible to get older versions of Vivado installed? If so which version are you using? Any plans to update to the latest version? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 11 replies
-
Vivado_HLS was replaced by Vitis_HLS in newer releases. You need to use the "Vitis" backend. |
Beta Was this translation helpful? Give feedback.
-
Is there a way of doing that from the notebook? |
Beta Was this translation helpful? Give feedback.
-
There is a Vitis branch of the tutorial: https://github.com/fastmachinelearning/hls4ml-tutorial/tree/vitis. The only real difference is the choice of the backend in the
to work with a specific docker container, so you would need to adjust that for your installation. |
Beta Was this translation helpful? Give feedback.
-
Unfortunately that gives me the exact same error. |
Beta Was this translation helpful? Give feedback.
You need to do
git checkout vitis
to switch the branches.