Quartus

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.

See also:

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

- PLDWorld -

 

Created by chm2web html help conversion utility.