ID:12236 QXP instance has incompatible value for parameter "<name>"

CAUSE: You instantiated a QXP and included a value for the specified parameter. However, when the QXP was originally generated from the HDL source, the specified parameter had a different value. Because a QXP contains a static netlist that does not change its implementation based on parameters, the Quartus Prime software requires that any parameter values on an instance of the QXP match the parameter values from the original compile that generated the QXP.

ACTION: Check that you instantiated the correct QXP. Otherwise, remove the parameter setting from the instance or correct the value.