Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
12 years ago

How to cast a large std_logic_vector to an array of smaller ones?

Hi again, For my project, I've defined a custom data type which actually is an array of 16 8-bit std_logic_vectors: TYPE census_line IS ARRAY(0 TO 15) OF std_logic_vector(7 downto 0); ...