Forum Discussion
Altera_Forum
Honored Contributor
11 years agoWhat kind of error?
I don't know what VHDL course you are following, but it's not recommended to use ieee.std_logic_unsigned.all. It's non standard and it won't let you use signed arithmetic in the same code. Use ieee.numeric_std.all instead.