Quartus

Verilog HDL error at <location>: ports are defined with expressions -- must use standard Verilog HDL statements to instantiate modules


CAUSE: In a Verilog Design File (.v) at the specified location, you defined some ports by using Verilog HDL expressions. You must use standard Verilog HDL statements to instantiate modules.
ACTION: Use standard Verilog HDL statements, such as Module Definition and Module Instantiation statements, to instantiate modules.

See also:

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

- PLDWorld -

 

Created by chm2web html help conversion utility.