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.

Error in ModelSim when I use schematic

Status
Not open for further replies.

mostafa ahmed

Member level 1
Joined
Mar 15, 2009
Messages
37
Helped
4
Reputation
8
Reaction score
2
Trophy points
1,288
Location
Egypt
Activity points
1,494
library xilinxcorelib not found

Dear friends,
When I use Xilinx program and I use schematic and simulate this by using ModelSim, It give me this error


Error: (vsim-19) Failed to access library 'xilinxcorelib_ver' at "xilinxcorelib_ver".
# No such file or directory. (errno = ENOENT)
# ** Error: (vsim-19) Failed to access library 'unisims_ver' at "unisims_ver".
# No such file or directory. (errno = ENOENT)
# ** Error: (vsim-3033) pp.vf(34): Instantiation of 'AND2' failed. The design unit was not found.
# Region: /pp
# Searched libraries:
# ** Error: (vsim-19) Failed to access library 'xilinxcorelib_ver' at "xilinxcorelib_ver".
# No such file or directory. (errno = ENOENT)
# ** Error: (vsim-19) Failed to access library 'unisims_ver' at "unisims_ver".
# No such file or directory. (errno = ENOENT)
# work
# Loading work.glbl
# Error loading design
# Error: Error loading design


Can any one help me please.
Thanks in advance.
Mostafa
 

xilinxcorelib not found

why there is no replay
I don't know
please help me quickly
 

modelsim error library xilinxcorelib not found

The errors are because Modelsim cannot find the simulation libraries in the Xilinx
tools directory.

As it is asking about Verilog libraries (_ver) you need to look in the xilinx \ verilog directory
and see if the libraris are there.

Xilinx do have pre-compiled simulation models for Xilinx, or you can just go down into
the src \ XilinxCoreLib & unisims and point Modelsim's library path to these directories.

Modelsim should then compile-up any library cell it needs.

If you still have no joy, then find the Xilinx docs for schematic entry and see if there is a
section on simulating (I'm pretty sure there is, but it was a long time ago).

Hope this helps.

Tink!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top