AssertionError: vivado_hls not found in PATH #518
-
Hi, I'm trying to run hardware generation step in "cnv_end2end_example" from bnn-pynq of finn repo and I am having this error; Traceback (most recent call last): I have already assigned FINN_XILINX_PATH and FINN_XILINX_VERSION according to the finn.readthedocs.io I assume that I need to assign Vivado installation path but how do I do it? I'm new to Finn and docker so if there's anyone who knows how to do it, please tell me. Thanks in advanced. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
Can you share the FINN_XILINX_PATH that you have currently exported? In addition to these two I also export the settings64.sh file of my vivado installation like below: You can also look at the system requirements here : https://finn.readthedocs.io/en/latest/getting_started.html#system-requirements |
Beta Was this translation helpful? Give feedback.
-
You can try |
Beta Was this translation helpful? Give feedback.
-
Have you sourced the right Vivado version? E.g. "source /tools/Xilinx/Vivado/2020.1/settings64.sh" For newer versions of Xilinx tools, I use Vivado 2020.2 which works with the "feature/vitis_hls" branch of FINN as far as I can tell. |
Beta Was this translation helpful? Give feedback.
-
Has anyone found the solution of this problem. |
Beta Was this translation helpful? Give feedback.
Have you sourced the right Vivado version? E.g. "source /tools/Xilinx/Vivado/2020.1/settings64.sh"
My VIVADO_PATH looks different to yours: "export VIVADO_PATH=/tools/Xilinx/Vivado/2020.2"
For newer versions of Xilinx tools, I use Vivado 2020.2 which works with the "feature/vitis_hls" branch of FINN as far as I can tell.