Xilinx / finn

Dataflow compiler for QNN inference on FPGAs
https://xilinx.github.io/finn
BSD 3-Clause "New" or "Revised" License
728 stars 231 forks source link

PermissionError: [Errno 13] Permission denied:, and WARNING: Unable to find /tools/Xilinx/Vitis/2022.2/settings64.sh #1149

Closed arishsatheesan closed 2 months ago

arishsatheesan commented 2 months ago

Hello, I came across this permission error when I tried to run the './run-docker.sh quicktest'.

image

Tried everything I can as mentioned in this post: https://github.com/Xilinx/finn/issues/258, but no hope.

arishsatheesan commented 2 months ago

I believe the following warnings are also associated with the permission error:

WARNING: Unable to find /tools/Xilinx/Vitis/2022.2/settings64.sh WARNING: Functionality dependent on Vitis will not be available. WARNING: If you need Vitis, ensure VITIS_PATH is set correctly and mounted into the Docker container. WARNING: Unable to find /tools/Xilinx/Vivado/2022.2/settings64.sh WARNING: Functionality dependent on Vivado will not be available. WARNING: If you need Vivado, ensure VIVADO_PATH is set correctly and mounted into the Docker container. WARNING: Unable to find /tools/Xilinx/Vitis_HLS/2022.2/settings64.sh WARNING: Functionality dependent on Vitis HLS will not be available. WARNING: Please note that FINN needs at least version 2020.2 for Vitis HLS support. Our recommendation is to use version 2022.2 WARNING: If you need Vitis HLS, ensure HLS_PATH is set correctly and mounted into the Docker container.