We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following the "Rebuilding Overlays" instruction at https://github.com/Xilinx/Alveo-PYNQ/blob/master/overlays/README.md, I am running the following command on AWS F1 instance: make build DEVICE=xilinx_aws-vu9p-f1_dynamic_5_0
and received the following message: Makefile:67: *** XILINX_VITIS is not set. Please make sure you have sourced the Vitis settings64.{csh,sh}. Stop.
I searched for the settings.csh and setting.sh in the folder Alveo-PYNQ and couldn't find them.
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
Hi @shenw000,
That warning refers to Vitis. You need to install Vitis to generate these designs.
Mario
Sorry, something went wrong.
@shenw000 did you resolve the issue?
No branches or pull requests
Following the "Rebuilding Overlays" instruction at https://github.com/Xilinx/Alveo-PYNQ/blob/master/overlays/README.md, I am running the following command on AWS F1 instance:
make build DEVICE=xilinx_aws-vu9p-f1_dynamic_5_0
and received the following message:
Makefile:67: *** XILINX_VITIS is not set. Please make sure you have sourced the Vitis settings64.{csh,sh}. Stop.
I searched for the settings.csh and setting.sh in the folder Alveo-PYNQ and couldn't find them.
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: