Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

package conflicts

Status
Not open for further replies.

holychicken

Programmer
Joined
Dec 10, 2004
Messages
1
Location
US
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top