ID:10107 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.