Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to integrate vivado? #50

Open
jsncepu opened this issue Jul 15, 2024 · 1 comment
Open

How to integrate vivado? #50

jsncepu opened this issue Jul 15, 2024 · 1 comment

Comments

@jsncepu
Copy link

jsncepu commented Jul 15, 2024

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.

@nickfraser
Copy link
Collaborator

Did you try these steps in the docker setup instructions?

  1. 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)
  2. (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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants