Xilinx / Alveo-PYNQ

Introductory examples for using PYNQ with Alveo
Apache License 2.0
48 stars 17 forks source link

*** XILINX_VITIS is not set. Please make sure you have sourced the Vitis settings64.{csh,sh} #21

Open shenw000 opened 2 years ago

shenw000 commented 2 years ago

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.

mariodruiz commented 2 years ago

Hi @shenw000,

That warning refers to Vitis. You need to install Vitis to generate these designs.

Mario

mariodruiz commented 1 year ago

@shenw000 did you resolve the issue?