Quartus

Verilog HDL Module Instantiation error at <location>: ignoring trailing ordered association


CAUSE: In a Module Instantiation at the specified location in a Verilog Design File (.v), you either accidentally entered duplicate commas at the end of the port connection list, or you used named port connections followed by ordered port connections; port connections must be all by order or all by name; the two types cannot be mixed. Integrated Synthesis is ignoring the duplicate commas or ordered port connections.
ACTION: No action is required. To avoid receiving this message in the future, remove any duplicate commas, and make sure the Module Instantiation does not include mixed ordered and named port connections.

See also:

Section 12.3 of the IEEE Std. 1364-2001 IEEE Standard Verilog Hardware Description Language manual

- PLDWorld -

 

Created by chm2web html help conversion utility.