Altera_Forum
Honored Contributor
11 years agoSetting project directory with qsys-generate
I am trying to run qsys-generate with the qsys file in another directory. I would like qsys-generate to place the spocinfo file in the current directory. However, when it calls ip-generate to build files it passes the directory where the says file resides as the --project-directory flag.
For example, if I invoke % qsys-generate otherdir/system.qsys Then qsys-generate will call ip-generate like this ip-generate --project-directory=otherdir ... If I invoke qsys-generate with a --project-directory= argument it doesn't complain, but it seems to ignore the argument. Is there any way to set the project directory from the command line or is it always set to the directory which contains the qsys file? Thanks, -Pete