Forum Discussion
Altera_Forum
Honored Contributor
12 years agoYou defined your vectors as 5 bits wide (4 downto 0) so when you assign a value, you should also use 5 bits. "0101" is only 4 bits. You will need to put an extra bit.
You defined your vectors as 5 bits wide (4 downto 0) so when you assign a value, you should also use 5 bits. "0101" is only 4 bits. You will need to put an extra bit.