Forum Discussion
FabianL
Occasional Contributor
2 months agoNIOS-V Shell: qsys-generate not found
Hello, we are using makefiles to build our Quartus & QSYS projects. Since we switched from NIOS-II shell to NIOS-V shell, I realized that qsys-generate is no longer accesible. The command "qsys...
- 2 months ago
Please do like this:
set PATH=%PATH%;C:\altera\25.1std\quartus\sopc_builder\bin
Then you can run the command qsys-generate.exe
ShengN_altera
Super Contributor
2 months agoPlease do like this:
set PATH=%PATH%;C:\altera\25.1std\quartus\sopc_builder\bin
Then you can run the command qsys-generate.exe
FabianL
Occasional Contributor
1 month agoThanks, that solved the issue.
Would be good, if the Quartus standard version would also have set the complete paths setup as the Pro version. IMHO there is no reason to have different setups for Standard & Pro