Forum Discussion

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

std_logic_vector VS unsigned

I have the following type definitions subtype msgBlock_t is std_logic_vector((Z-1) downto 0); subtype msgBlock_u_t is unsigned((Z-1) downto 0); type msgBlocks_t is array((K_B-1) dow...