ID:13911 VHDL Aggregate error at <location>: record aggregate must assign values to every element of record type <name>

CAUSE: In an aggregate for a record type at the specified location in a VHDL Design File (.vhd), you used positional Associations to assign values to the record type elements. However, the Association does not assign a value to every element in the record type; that is, the positional Association contains fewer elements than the original record type. The Association must contain the same number of elements as the record type.

ACTION: Make sure the number of elements in the 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.