You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed vivado in ubuntu and can startup it successfully, i.e., I have added PATH to bashrc. However, when I run ./docker/run-docker.sh,it reported that cannot find vivado. How can I handle this problem? Thanks a lot.
The text was updated successfully, but these errors were encountered:
Did you try these steps in the docker setup instructions?
Create an environment variable VIVADO_SETTINGS_FILE which points to the settings64.sh in your Vivado installation (e.g., export VIVADO_SETTINGS_FILE=/path/to/Vivado/settings64.sh)
(Optional): Set your XILINXD_LICENSE_FILE or LM_LICENSE_FILE variables to point to a specific license server
It needs to mount the entire vivado installation directory inside of the docker container - it works this out from the location of the settings file.
I have installed vivado in ubuntu and can startup it successfully, i.e., I have added PATH to bashrc. However, when I run ./docker/run-docker.sh,it reported that cannot find vivado. How can I handle this problem? Thanks a lot.
The text was updated successfully, but these errors were encountered: