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.

Simulation problem in Verilog

Status
Not open for further replies.

RubyS

Newbie level 6
Joined
Sep 12, 2012
Messages
12
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Bangalore
Activity points
1,368
Hii.i am trying to simulate a verilog code.i am using MODELSIM SE 6.5..but its coming as no design loaded and shows as below..what does it mean

** Error: (vopt-19) Failed to access library 'xilinxcorelib_ver' at "xilinxcorelib_ver".
# No such file or directory. (errno = ENOENT)
# ** Error: stimulus1.v(771): Library xilinxcorelib_ver not found.
# ** Warning: Unable to find library 'xilinxcorelib_ver'.
# ** Error: (vopt-19) Failed to access library 'unisims_ver' at "unisims_ver".
# No such file or directory. (errno = ENOENT)
# ** Error: stimulus1.v(771): Library unisims_ver not found.
# ** Warning: Unable to find library 'unisims_ver'.
# ** Error: (vopt-19) Failed to access library 'xilinxcorelib_ver' at "xilinxcorelib_ver".
# No such file or directory. (errno = ENOENT)
# ** Error: stimulus1.v(586): Library xilinxcorelib_ver not found.
# ** Warning: Unable to find library 'xilinxcorelib_ver'.
# ** Error: (vopt-19) Failed to access library 'unisims_ver' at "unisims_ver".
# No such file or directory. (errno = ENOENT)
# ** Error: stimulus1.v(586): Library unisims_ver not found.
# ** Warning: Unable to find library 'unisims_ver'.
# ** Error: (vopt-19) Failed to access library 'xilinxcorelib_ver' at "xilinxcorelib_ver".
# No such file or directory. (errno = ENOENT)
# ** Error: stimulus1.v(33): Library xilinxcorelib_ver not found.
# ** Warning: Unable to find library 'xilinxcorelib_ver'.
# ** Error: (vopt-19) Failed to access library 'unisims_ver' at "unisims_ver".
# No such file or directory. (errno = ENOENT)
# ** Error: stimulus1.v(33): Library unisims_ver not found.
# ** Warning: Unable to find library 'unisims_ver'.
# ** Error: (vopt-19) Failed to access library 'xilinxcorelib_ver' at "xilinxcorelib_ver".
# No such file or directory. (errno = ENOENT)
# ** Error: stimulus1.v(55): Library xilinxcorelib_ver not found.
# ** Warning: Unable to find library 'xilinxcorelib_ver'.
# ** Error: (vopt-19) Failed to access library 'unisims_ver' at "unisims_ver".
# No such file or directory. (errno = ENOENT)
# ** Error: stimulus1.v(55): Library unisims_ver not found.
# ** Warning: Unable to find library 'unisims_ver'.
# ** Error: (vopt-19) Failed to access library 'xilinxcorelib_ver' at "xilinxcorelib_ver".
# No such file or directory. (errno = ENOENT)
# ** Error: stimulus1.v(341): Library xilinxcorelib_ver not found.
# ** Warning: Unable to find library 'xilinxcorelib_ver'.
# ** Error: (vopt-19) Failed to access library 'unisims_ver' at "unisims_ver".
# No such file or directory. (errno = ENOENT)
# ** Error: stimulus1.v(341): Library unisims_ver not found.
# ** Warning: Unable to find library 'unisims_ver'.
# Optimization failed
# Error loading design
# Error: Error loading design
# Pausing macro execution
# MACRO ./stimulus.fdo PAUSED at line 7
 

you have to compile, except your design itself:
<XILINX_INSTALL_dir>/ISE/verilog/src/unisims & xilinxcorelib

j.a
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top