ID:10150 Verilog HDL Primitive Instantiation error at <location>: primitive "<name>" has no named parameters

CAUSE: In a primitive instantiation at the specified location in a Verilog Design File (.v), you attempted to override parameter values by name. However, primitives do not declare named parameters.

ACTION: Remove the named parameter overrides from the primitive instantiation.