ID:13646 VHDL error at <location>: record type "<name>" does not contain element "<name>"

CAUSE: In a VHDL design file (.vhd) at the specified location, you accessed an element of a record type. However, the record type has no such element.

ACTION: Check your design for typographical errors. If necessary, add a declaration for the element to the record type.