Forum Discussion
3 Replies
- Altera_Forum
Honored Contributor
The smart compilation checkbox you mentioned is on the Compilation Process Settings page of the Settings dialog box. Incremental Compilation is a subcategory below that page (see the Category list on the left side of the dialog box).
If you can't get to the Incremental Compilation page in the Settings dialog box with your Web Edition version, try adding "set_global_assignment -name INCREMENTAL_COMPILATION OFF" to the .qsf file. That's the line for version 8.0 and probably for all versions. - Altera_Forum
Honored Contributor
Thanks Brad, you were spot on!!!
The web version doesn't allow any editing on the dialog page you mentioned. (everything is masked). A funny thing is that Altera says they don't recommend editing the qsf file, but your suggestion to edit it is exactly what fixed my issue. - Altera_Forum
Honored Contributor
--- Quote Start --- A funny thing is that Altera says they don't recommend editing the qsf file, but your suggestion to edit it is exactly what fixed my issue. --- Quote End --- It's fine to edit the .qsf file when the Quartus project is closed. Just be aware that you do so at your own risk (for example, you might create an invalid setting that you would be prevented from making through the GUI). Quartus will move certain kinds of assignments to the bottom of the file, so user-entered full-line comments might not stay with their associated assignment lines.