Altera_Forum
Honored Contributor
11 years agocall qsys-(script|generate) from PRE_FLOW_SCRIPT_FILE
Hello!
I'd like to call qsys-script and qsys-generate in a tcl script wich is linked with PRE_FLOW_SCRIPT_FILE to a quartus project. conditions: I've got multiple quartus installations lying round for different projects (just have to, can't change this).problem: qexec makes it easy to call quartus_sh etc, but this doesn't work for qsys-script or qsys-generate. I don't want to rely on quartus_rootdir since that does not neccessarily point to the quartus version which is currently used. question: Is there another solution to call / get the paths for qsys-generate and qsys-script corresponding to the quartus version currently used? Thanks in advance!