Forum Discussion
jkhoo
Occasional Contributor
3 years agoHow to recompile verilog code with slight change in reg value using previous fitter(Place & route)
I have a working compilation with the Fitter (Place & route) generated by Quartus 18.1. When i change a value in a 32bits register
from
assign PROD_VERSION = 32'h0008_0008;
to
assign PROD_VE...
RichardT_altera
Super Contributor
3 years agoAre you referring to the first compile after the design partition? If so, then yes.
The subsequent recompile should remain/no change.
You may checkout the KDB on what may cause the compilation results changes.
https://www.intel.com/content/www/us/en/support/programmable/articles/000084189.html
Also, it mentions that "the first compilation after turning on a preservation option may have different results than the previous compilation for portions of the design that are not preserved. Subsequent compilations with no changes will be identical."
Hope that clarify.
Best Regards,
Richard Tan