Forum Discussion
Altera_Forum
Honored Contributor
8 years agojust so I might learn, why use a loop for this and not just
avect(2 to 7) <= anothervect(2 to 7);
or
avect(7 downto 2) <= anothervect(7 downto 2);
just so I might learn, why use a loop for this and not just
avect(2 to 7) <= anothervect(2 to 7);
or
avect(7 downto 2) <= anothervect(7 downto 2);