ID:12231 Partition "<name>" requires synthesis because it was previously compiled for a different device family

CAUSE: The specified partition uses Post-Fit (Strict) mode, an advanced partition setting that disables automatic resynthesis of the partition. However, the Quartus Prime incremental compilation cannot honor this setting because you have changed the device family since you last compiled the partition. The compilation result for the old device family is not valid for the new device family. You must recompile the partition for the new device family to proceed.

ACTION: If you want to compile the partition for the new device family, set the partition's netlist type to Source File or disable Post-Fit (Strict) mode for the partition. If you want to preserve the previous compilation result, restore the previous device family setting for your design.