ID:13328 Verilog HDL error at <location>: function "<name>" is used but is not declared

CAUSE: In a Verilog Design File (.v) at the specified location, you used the specified function, but the function is not declared.

ACTION: Edit the design to use a Function Declaration in the module in which the function is used.