ID:10605 VHDL Aggregate error at <location>: record aggregate "<name>" contains <number> record elements, but must contain the same number of elements as the record type

CAUSE: In an aggregate for a record type at the specified location in a VHDL Design File (.vhd), you used positional Association to assign values to the record type elements. However, the positional Association contains more elements than the original record type. The positional Association must contain the same number of elements as the record type.

ACTION: Make sure the number of elements in the positional Association matches the number of elements in the record Type Declaration. You can also use choices to associate a value with more than one record element.