Forum Discussion
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- Yes. The problem was use ieee.std_logic_arith.all; Thank you. --- Quote End --- Yes - std_logic_arith and numeric_std have the same functions and types declared, so they clash, and neither of them are visible. std_logic_arith is not a standard VHDL package (neither is std_logic_unsigned), while numeric_std is. I recommend deleting std_logic_arith.