Forum Discussion
Altera_Forum
Honored Contributor
10 years agoTry leaving out:
USE ieee.std_logic_arith.all;
It is a deprecated library, you will find everything you need in: USE ieee.numeric_std.all;
Try leaving out:
USE ieee.std_logic_arith.all;
It is a deprecated library, you will find everything you need in: USE ieee.numeric_std.all;