ID:13451 Verilog HDL error at <location>: function or task "<text>" must have <number> arguments

CAUSE: The actual number of arguments in a Function Call or Task Enable Statement in a Verilog Design File (.v) does not match the expected number of arguments declared in the Function or Task Declaration. The message text indicates the number of arguments you must specify.

ACTION: Specify the correct number of arguments for the function or task.