ID:13754 VHDL error at <location>: record type <type> is used but not declared

CAUSE: In a VHDL Design File (.vhd) at the specified location, you used the specified record type. However, you did not declare the record type in an Type Declaration. You must declare a record type before you can use it.

ACTION: Replace the type with a previously defined record type, or define the record type in a Type Declaration. However, do not declare an record type with a name that you already used for a different construct.