Quartus

Verilog HDL Compiler Directive error at <location>: missing arguments for text macro


CAUSE: In a Verilog Design File (.v) at the specified location, you used a text macro name that has no arguments; however, the Text Macro Definition does have arguments. The number of arguments in the call to the macro must match the number of arguments in the Text Macro Definition.
ACTION: Edit the design to make sure the number of arguments in the macro name match the number of arguments in the Text Macro Definition.

See also:

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

- PLDWorld -

 

Created by chm2web html help conversion utility.