Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

numeric_std library error

Status
Not open for further replies.

sharjeel1

Newbie level 3
Joined
Mar 13, 2007
Messages
4
Helped
2
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,301
i am having problem with "to_integer",it says "No feasible entries for subprogram to_integer"
what should i do? does any 1 hav link of numeric_std???
 

The library is included in your software but here is a link
**broken link removed**

I think it would be better is you post your code, or the part that creates the error including the types of the signals used.

Also make sure that you are not using
IEEE.STD_LOGIC_ARITH.ALL;
IEEE.STD_LOGIC_UNSIGNED.ALL;


Alex
 
Last edited:

you're probably trying to convert a type other than signed or unsigned.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top