ID:13897 VHDL error at <location>: construct <name> is used but not defined as a record element

CAUSE: In a VHDL Design File (.vhd) at the specified location (for example, in a record aggregate), you used the specified construct as a record element. However, you did not define the construct as a record element in a record Type Declaration.

ACTION: Replace the construct with a valid record element.