Forum Discussion
Altera_Forum
Honored Contributor
12 years agoAfter some further testing I concluded that this was already fixed from Quartus/Qsys 12.1 onwards.
The solution is that you need to use the correct package command that forces the component to be interpreted by the latest version of Qsys (and not SOPC Builder, for which reading environment variables doesn't work). For example, change the package command in your TCL file from e.g.:package require -exact sopc 11.0 to either: package require -exact qsys 12.1 or package require -exact qsys 13.0 depending on the Quartus version you are using.