Altera_Forum
Honored Contributor
13 years agoIncremental Compilation Issue
I am trying to shorten my compilation by using incremental compilation but I don't think it's working. I think it's re-compiling my fft module every time, despite my not making any changes to it.
In my design, I am using the FFT v2.1.1 MegaWizard Plug-in. I have figured that this module is probably taking up a lot of the compilation time, and since I never make any change to it, I can speed up the compilation process by setting it as a design partition and using incremental compilation. I have full incremental compilation turned on, I've set the fft instance as a design partition in the Project Navigator window, and I've set each partition's Netlist Type to Post-Fit. However, the compilation time is not reduced and messages in the processing tab indicate to me that it is re-compiling the fft module. If I don't make any changes to the design, the re-compilation is instantaneous. But if I make a slight change, it re-compiles my whole design. It is as if the incremental compilation is working but the design partitions are being ignored. I have three design partitions: the whole project, an instance of my design, and the fft instance. The compilation time is about 40 minutes.