Altera_Forum
Honored Contributor
16 years agoincremental compilation tests
Hi all,
I'm performing some tests about Quartus incremental compilation. I've created a simple design: the top level file is a ".bdf" in which are present two modules, a counter and a counter_check. I've created two partition: the counter partition and the counter_check partition, so opening the "design partitions window" I can see three partitions, the top, created by default, and the other two created by me. I've compiled the whole design and than set the netlist type of all the partitions to "postfit" and fitter preservation level to "placement and routing". Then I've tried to compile the whole design again: I expected to see the "post-fit netlist status" unchanged (i.e. with the time and date of the previous compilation), instead the "post-fit netlist status" is updated to the time of my last compilation!!! In the fitter report page I can see that Quartus has preserved the fitter results of my last compilation so I expected to see the same in the "post-fit netlist status"... Is it normal? Any advice is welcomed. Thank u in advance.