Forum Discussion
Altera_Forum
Honored Contributor
18 years agoWhat version of QII are you using? The incremental fitter option hasn't been around for a while... I suggest upgrading to the latest version (currently 7.0) because I've seen a lot of compile time improvements in recent versions.
There's now an Incremental Compilation feature, where you can split up your design into blocks called design partitions, and then if you change logic in one partition you can preserve the fitter results (and performance) for the rest of the partitions. This can be a big way to reduce your compile time! There's a bunch of Altera documentation on it... Check out the support "resource center" that can point you to demos & training etc: http://www.altera.com/support/software/quartus2/design-entry/sof-qts-design.html There's also a section about reducing compilation time in the optimization handbook chapter that gives some other ideas: http://www.altera.com/literature/hb/qts/qts_qii52005.pdf. Starts on page 80 in the current 7.0.0 version.