Forum Discussion
SimonRichter
Occasional Contributor
5 years agoControlling output files when generating IP from the command line
Hi,
as part of automated verification I'm having my Continuous Integration server rebuild the IP blocks to check that these can indeed be rebuilt without error and no outdated files went into an im...
AdzimZM_Altera
Regular Contributor
5 years agoHi Simon,
May I know which Quartus version that you have used?
If you are using the legacy version, by right the command that you mention should be work.
If it is not working, then I think that it is a bug.
But I'm sorry for this because the engineer wont be prioritized to fix the legacy software as it's going to EOL.
Have you try to generate by using GUI?
If yes, do the files still be generated even if they are not selected?
To workaround of this problems, you may try to use different version of Quartus.
Regarding to your question, you may generate only the synthesis or only the simulation.
- Run make_qii_design.tcl for synthesis.
- Run make_sim_design.tcl for simulation.
Thanks.