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
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?
The text was updated successfully, but these errors were encountered:
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:
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: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?
The text was updated successfully, but these errors were encountered: