ID:288002 Module Instantiation error: Defparam Statement for parameter "<name>" must immediately follow the instantiation of its corresponding module "<name>" instead of module "<name>"

CAUSE: In the Verilog Quartus Mapping File (.vqm) that you generated with another EDA tool, the Defparam Statement is in the wrong position in a Module Instantiation. The Defparam Statement must immediately follow the name of the instantiated module to which it assigns a parameter value. This error may also have occurred if you created or edited a VQM File manually.

ACTION: Change the position of the Defparam Statement. In general, it is better to correct the source design file rather than the VQM File, and then regenerate the VQM File. If the error persists, contact the EDA tool vendor support for more information.