AssertionError: vivado_hls not found in PATH #563
Unanswered
caoimhelynch
asked this question in
Q&A
Replies: 1 comment 9 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am attempting to run cnv_end2end_example.ipynb. I am at the hardware generation stage. I am getting the error AssertionError: vivado_hls not found in PATH.
I have the path C:\Xilinx\Vivado\2020.1\bin\unwrapped\win64.o set up in the PATH environment variables. I also have C:\Xilinx\Vivado\2020.1 and C:\Xilinx set as requested by the FINN requirements. From debugging the file is checked, however basic.py on line 496 defines the file path as not executable with the function 'is_exe(exe_file)' where C:\Xilinx\Vivado\2020.1\bin\unwrapped\win64.o is passed through as exe_file. I am unsure why as there is a vivado_hls file in this location however it does not seem to be recognised by this function.
I am wondering is there an issue with the way I have vivado installed that this is the only file that contains vivado_hls? Should a different executable file be available somewhere that I am missing? I have 2020.1 version installed as required by the FINN getting started page.
Appreciate any help.
Beta Was this translation helpful? Give feedback.
All reactions