Forum Discussion
Altera_Forum
Honored Contributor
8 years ago"For... Loop" simulates differently then discrete assignments?
Can someone help me understand why the first code snippet works as I would expect it, but the second snippet simulation holds all values at 'U'? Note: WRITE_ENABLE_FIBRE_REG(0) is assigned in a di...
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);