library XilixCoreLib cannot be found

R

ra

Hi,
I'm trying to use a couple of packages from the XilixCoreLib. In my VHDL
file, I typed:

library XilinxCoreLib;
use work.iputils_conv.ALL;
use work.iputils_math.ALL;


If from the ISE Project Navigator I start modelsim, everything works.
However, If I try to synthetize, I get an error on the "library" line,
saying that library XilixCoreLib cannot be found. What should I do?

Note that before these lines I have

library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;

but I'm getting no error there.

Thanks,
RA
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,161
Messages
2,570,892
Members
47,431
Latest member
ElyseG3173

Latest Threads

Top