aws / aws-fpga

Official repository of the AWS EC2 FPGA Hardware and Software Development Kit
Other
1.5k stars 513 forks source link

source sdaccel_setup.sh on FPGA DEV AMI #513

Closed mcousine closed 3 years ago

mcousine commented 3 years ago

Done with SDK install. INFO: sdk_setup.sh PASSED ERROR: XILINX_VITIS variable is set, but you are calling sdaccel_setup.sh. This likely means that you are calling source sdaccel_setup.sh with Xilinx Vitis installed. Xilinx has replaced SDAccel with Vitis from 2019.2 release onwards. Please checkout the Vitis README and flow instead.

deeppat commented 3 years ago

@mcousine Are you trying to build SDAccel based accelerators?

deeppat commented 3 years ago

Closing due to inactivity. @mcousine, please re-open and we can help out further

falken42 commented 2 months ago

For anyone else who is just beginning to learn how to work with FPGAs (like me) and happens to run into this same error, follow the Vitis README.md and run source vitis_setup.sh instead.