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

Option to change toolchain path? #23

Closed
GuzTech opened this issue Mar 21, 2017 · 4 comments
Closed

Option to change toolchain path? #23

GuzTech opened this issue Mar 21, 2017 · 4 comments
Labels

Comments

@GuzTech
Copy link

GuzTech commented Mar 21, 2017

I'm trying to build Arty-SoC but I'm getting an error that the Xilinx tools were not found in /opt/Xilinx/Vivado which makes sense because I installed it at $HOME/Software/Xilinx/Vivado. Other than changing the hardcoded path, is there a way to point to a different toolchain path on the command line as an argument?

@mithro
Copy link
Collaborator

mithro commented Mar 21, 2017

Try -Ob toolchain_path $XILINX_DIR/opt/Xilinx/ ?

@GuzTech
Copy link
Author

GuzTech commented Mar 21, 2017

@mithro Where should I put those arguments?

I tried make arty_minisoc -Ob toolchain_path /home/guztech/Software/Xilinx/ in the arty-soc repo, and sudo python3.5 setup.py develop -Ob toolchain_path /home/guztech/Software/Xilinx/ in the litex repo, but none of them worked.

@mithro
Copy link
Collaborator

mithro commented Mar 22, 2017

@GuzTech Sorry for the red herring, it doesn't look like arty-soc has support for these options out of the box.

@GuzTech You might want to take a look at my make.py which allows you to use those options like that.

@enjoy-digital
Copy link
Owner

@GuzTech: I'm closing this since this is related to https://github.com/enjoy-digital/arty-soc repo, please re-open one there if you still need it.

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

No branches or pull requests

3 participants