Junyong
Occasional Contributor
2 years agoError with "quartus_sh" command after interface planner
Hi all,
After interface planner, I extracted the tcl file from the tool.
When I put the command into Tcl console in my project, I encountered the error message below:
Wat command I tried input in the Tcl console was as follows:
Best Regards,
Junyong
Have you set your PATH environment variable to the bin directory of your quartus? Try this and then re-run
Considering you're using Linux:
export PATH=$PATH:<installed_quartus_directory>/<version>/quartus/bin
On Window
1) Open up your command prompt (cmd)
2) Type set PATH=%PATH%;C:\altera\12.1\quartus\bin
Change the back party of the PATH after ';' according to your quartus installation directory
Then try to run quartus_sh again
Similar issue found out that might be helping.