Forum Discussion
Altera_Forum
Honored Contributor
14 years agoGenerally people always use the same .qpf/.qsf for all of those modules. I just run the following:
quartus_sh --flow compile --64bit top -c revision Where top is the name of the .qpf file and revision is the name of the .qsf. (Most of the time they're the same name, in which case the -c revision is unnecessary). If you have EDA enabled in your project settings(.qsf) it will run as part of this. This basically mimics hitting the compile button in Quartus GUI.