ID:12079 User parameter "<name>" has value "<name>" which does not match with the value "<name>" implied by user design setting "<name>". Value "<name>" will be used.

CAUSE: Your project contains a user parameter of the specified value. However, the user design also has a setting which directs the Quartus Prime compiler to override the user parameter with a different value. The user parameters that may be overridden are OPTIMIZE_FOR_SPEED, CARRY_CHAIN and CASCADE_CHAIN. When these parameters are overridden Smart Recompile will not be able to skip unnecessary compilation steps, effectively preventing Smart Recompile from working.

ACTION: Usually, these parameters are not created intentionally by the user but are added to the design project when compiling it using the Quartus Prime software version 4.2. If you did not create these parameters intentionally you should remove them from your design project. This will not affect the compilation results and will allow Smart Recompile to work correctly.