Vivado HLS not found and PYNQ-ZU for ver. 1.0.0.0 #1185
Unanswered
Viggo-Avila
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Hi! The issue is that we do not have an Accelerator backend for Vitis HLS yet. There are open PRs for this (#991 and #1134), but it's still work in progress. So for this part of the tutorial, Vivado HLS needs to be used, together with the VivadoAccelator backend. You will need to install Vivado 2019.2 or 2020.1 for this, see https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/vivado-design-tools/archive.html. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm doing part 7a of the tutorials and I'm having trouble at the making of the bitfile. My issue is that when I run it I get an error saying the Vivado HLS is not found or I have to make sure that vivado_hls is on my path. I'm not sure how to do it, my source is pointed towards vitis_hls settings64.sh file and i've been doing the tutorial with that as the source. As far as I know I didn't miss any Vivado HLS during the installation of the unfiied installer and from what I've read (I don't know where I kind of forgot) that Vivado HLS is already included with the installation of Vivado. I've been trying to find ways on how to install Vivado HLS but no answers come up, even on the Add devices option in the vivado ide. So, my question is do I keep on finding ways to download Vivado HLS? or should I just change the backend and stuff into Vitis HLS? if im going to change to Vitis, how do I do it because I've tried to change some stuff like changing VivadoAccelerator to VitisAccelerator and it doesn't seem to be working.
also, some bonus info: the FPGA i'm using is the pynq-zu and so since the tutorial uses the PYNQ-Z2 i tried to change it from there. I found this solution https://github.com/fastmachinelearning/hls4ml/issues/623#issuecomment-1199507304 and when I installed it the hls4ml version changed from 1.0.0.0 to some 0.6.0.dev172+ge64619d3 is there already support for the PYNQ-Zu in version 1.0.0.0 that I might've missed?
Beta Was this translation helpful? Give feedback.
All reactions