Altera_Forum
Honored Contributor
9 years agoBuild Megawizard/QSYS Systems from command-line (for build environment)
Hi.
I want to build my Quartus projects (huge Arria II GX and Arria V setups) automatically on a remote build server. But there's one major problem: My project contains multiple Megawizard and QSYS Components. Currently, I only store .qip and .vhd files in our CVS system. This works great if you open the Quartus GUI, double-click the Component and click generate to create the underlying compents like altgx_reconfig, altgx_pll, etc. But when using the command-line, the command quartus_sh --ip_upgrade -variation_files %path_to%\altgx_transceiver.qip %project% simply does nothing. The command line states a successful execution, but no files are created. Is it possible to fully create PCIE Compiler IPs, Transceiver Setups, etc. from pure .vhd/.qsys files? Do I have to somehow parse the qip settings file to create new components? Can anybody sent an example how to do this? Best regards, _X_