holychicken
Programmer
My compiler keeps giving me the error:
Nonoverloadable name SIGNED is visible in two packages.
now, I have figured out that the two packages giving me the problem are:
ieee.std_logic_1164.all
ieee.numeric_std.all
Now, I need them both because when I remove the 1164 package I lose the ability to assign to some variables and when I remove the numeric_std package I lose the ability to do a division.
Is there any way to avoid this?
Nonoverloadable name SIGNED is visible in two packages.
now, I have figured out that the two packages giving me the problem are:
ieee.std_logic_1164.all
ieee.numeric_std.all
Now, I need them both because when I remove the 1164 package I lose the ability to assign to some variables and when I remove the numeric_std package I lose the ability to do a division.
Is there any way to avoid this?