The file 'vivado_hls' does not exist anymore #1167
Gabriel-MarcoSilva
started this conversation in
General
Replies: 1 comment 1 reply
-
Use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here’s the translation to English:
I was trying to use hls4ml, followed the instructions from the quick start, but I always got the following error when running build():
Vivado HLS installation not found. Make sure "vivado_hls" is on PATH.
I went to the directory where I installed Vivado (2024.2) and looked for vivado_hls, but that file no longer exists. I searched in forums and they mentioned that the functionality was moved to vitis_hls. How do I use hls4ml now? How do I configure it to recognize vitis_hls instead of vivado_hls?
I also tried copying the file and renaming it to use it, but I got the following error:
Project myproject_prj does not exist. Rerun "hls4ml build -p my-hls-test".
Beta Was this translation helpful? Give feedback.
All reactions