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

Unable to build FPGA Bitstream #104

Closed
Aaronyap2002 opened this issue Apr 7, 2024 · 1 comment
Closed

Unable to build FPGA Bitstream #104

Aaronyap2002 opened this issue Apr 7, 2024 · 1 comment

Comments

@Aaronyap2002
Copy link

HI. I was following the instructions on the main page to build the system. When i run fusesoc --cores-root=. run --target=synth --setup --build lowrisc:ibex:demo_system, it says:

ERROR: make: vivado: No such file or directory
make: *** [Makefile:8: lowrisc_ibex_demo_system_0.xpr] Error 127

ERROR: Failed to build lowrisc:ibex:demo_system:0 : '['make']' exited with an error: 2

I have installed my vivado at opt/Xilinx. I not sure what i should do to provide a new directory for it to search for vivado. Also, since opt/XIlinx is the default directory, but didn't it work?

@marnovandermaas
Copy link
Contributor

Please make sure that where vivado lives is in your path. So in your case you must make sure /opt/Xilinx is in your path variable. You can check what is in your path by:

echo $PATH

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