Forum Discussion
Altera_Forum
Honored Contributor
15 years agoSounds like you're trying to assign a std_logic_vector to a bit vector. They are not the same thing.
otherwise, sounds like you're doing it correctly. my_other_vector <= sec_vector(3 downto 0);