back to home page - back to HDL index - back to VHDL index
VHDL - 7.1 - VHDL record as composite data type

Composite Data Type
in VHDL it possible to use Composite data type, that consist from other data types

the record in VHDL is a collection of multiple data types that is very simmilar to struct in C, records are very usefull in 2 cases.

● Large projects with complex components and signals.
● Patterns for Test Benchs.
Example of Simple Logic that use Record