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
FabianL
Occasional Contributor
2 months agoAh, sorry should have mentioned the version. Im using Quartus 25.1 Standard
With the Quartus Pro versions 25.x the qsys-generate.exe is in the path of the nios-V shell.
- ShengN_altera2 months ago
Super Contributor
Please do like this:
set PATH=%PATH%;C:\altera\25.1std\quartus\sopc_builder\bin
Then you can run the command qsys-generate.exe
- FabianL1 month ago
Occasional Contributor
Thanks, 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