ID:10091 Verilog HDL Function Call error at <location>: incorrect number of arguments passed to function

CAUSE: In a Verilog Design File (.v) at the specified location, you used a Function Call, but the Function Call does not pass the correct arguments to the function. The number of arguments passed must match the number of arguments in the Function Definition exactly.

ACTION: Edit the design to make sure the argument list in the Function Call matches the argument list in the Function Definition.