Forum Discussion
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- Add use ieee.std_logic_signed.all; along with what you have and recompile and let's get the feedback. --- Quote End --- Dont do this - because std_logic_signed is not a standard VHDL library. You should use numeric_std for arithmatic (as the OP has done).