-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"xilinx.com:hls:pixel_pack_2:1.0" not found when running "make" for regenerating the Vivado pynq base project #23
Comments
Hi @StefQM, Did you hit the Y2K22 bug the first time you tried to build the project? If so, please start with a fresh version of the repo. Mario |
Hi @mariodruiz, Unfortunately, the My analysis: Does anyone have an idea why the process would hang in the My workaround for anyone interested: (I haven't tested the end-result yet, but at least I have an end-result :) ) For information, find below the complete log, until the point where it hangs...
|
I'm trying to recreate the base overlay for Kria-Pynq.
I've got Vivado 2020.2.2 (Windows), which is the only version that should work (as I read here).
When running
make
(from thebase
directory), I get the following error:Step1 of the
make
processmake -C ../../pynq/boards/ZCU104/base/ hls_ip
is not giving errors, so seems to be OK.Step2 of the
make
processvivado -mode batch -source $(overlay_name).tcl -notrace
[$(overlay_name)=base] gives the error of not findingxilinx.com:hls:pixel_pack_2:1.0
.Does anyone have any idea what could be the issue ?
Full log details:
The text was updated successfully, but these errors were encountered: