courses:system_design:vhdl_language_and_syntax:extended_data_types:quiz

Quiz

signal A_BUS, B_BUS, Z_BUS :        bit_vector (3 downto 0);
signal A_BIT, B_BIT, C_BIT, D_BIT : bit;
signal BYTE :                       bit_vector (7 downto 0);
Array assignment are made...
A BIT_VECTOR assignment is e.g., ...
Which assignment are correct with the above definitions?
Multivalued datatypes ...
Several signals of a data type ...
You Scored % - /

Chapters of System Design > VHDL Language and Syntax > Extended Data Types