Xilinx / Vitis_Accel_Examples

Vitis_Accel_Examples
http://xilinx.github.io/Vitis_Accel_Examples/
MIT License
506 stars 214 forks source link

Makefile issue for embedded platforms #44

Closed randyh62 closed 3 years ago

randyh62 commented 3 years ago

The Makefile for the non-x86 builds does not include the VPP_LDFLAGS_vadd variable. Therefore the xclbin does not include 4 CUs.

virata-xilinx commented 3 years ago

Hi @randyh62 ,

Thanks for pointing out the issue. We will soon update the repo with the fix.

randyh62 commented 3 years ago

Thank you. You might also update the xrt.ini settings, because some of the profile options are deprecated.

heeran-xilinx commented 3 years ago

Yes. xrt.ini settings are updated. Thanks for the feedback.