Records

-- Notes Page --


VHDL record data types contain elements of different VHDL types. Records are useful in system level modeling because they allow encapsulation and abstraction to be done easily in the system description. The example shown in this slide is found in [UM93] and presents a record named token in which one field (status) is used in an associated VHDL bus resolution function and the other field (color) carries data.