ID:13311 Verilog HDL Function Declaration error at <location>: Function Declaration cannot specify both range and type

CAUSE: In a Function Declaration at the specified location in a Verilog Design File (.v), you specified both a range and a type; however, you must not set both range and type for a Function Declaration.

ACTION: Remove either the range or the type specification in the Function Declaration.