Forum Discussion
Altera_Forum
Honored Contributor
13 years agouse ' not ´
another note: use ieee.std_logic_arith.all; use ieee.numeric_std.all; These two libraries have conflicts. You should only use numeric_std (because std_logic_arith is not standard VHDL).