cancel
Showing results for 
Search instead for 
Did you mean: 

General Discussions

pritesh30
Journeyman III

Where can I get source64.sh file for Vivado 2023.1?

I installed Xilinx Vivado 2023.1 and 2022.1 but could not find "settings64.sh" file at ".../Xilinx/Vivado/2023.1/".

Please let me know how to get the "settings64.sh" file?

 

Regards,

Pritesh 

1 Reply
DipakJ27
Adept III

The source64.sh file for Vivado 2023.1 is not included in the installation package. It is a hidden file that is generated by Vivado when it is installed.

The file is located in the following directory:

/opt/Xilinx/Vivado/2023.1/settings64.sh


To get the source64.sh file, you can use the following command:

sudo find / -name settings64.sh


This will find the source64.sh file and print its full path to the console. You can then copy the file to a different location or use it as needed.

Here are some possible reasons why you may not be able to find the source64.sh file:

  1. You are not running Vivado as root.
  2. You have not installed Vivado correctly.
  3. The source64.sh file has been corrupted.


If you are still having trouble finding the source64.sh file, you can contact Xilinx support for assistance.

I hope this helps!

Dipakjadhav
0 Likes