ID:10352 VHDL type mismatch error at <location>: function "<name>" does not accept type <type>

CAUSE: In a VHDL Design File (.vhd) at the specified location, the specified function does not have the given type associated with it as an argument.

ACTION: Create a new polymorphic version of the specified function, or performa type conversion on the value passed to the function.