maxascent Posted August 25, 2011 Report Posted August 25, 2011 I am trying to simulate the examples with Questasim 10.0c. I can compile ok but when I try to simulate I get a lot of error messages like the following ** Warning: (vsim-3770) Failed to find user specified function 'uvm_hdl_check_path'. The search list was empty. # Using -sv_lib, -sv_root, and -sv_liblist arguments can provide a search list # of shared libraries that will be used to resolve user specified functions. # Time: 0 ns Iteration: 0 Instance: /hello_world File: D:/HDS/uvm/examples/simple/hello_world/hello_world.sv # ** Warning: (vsim-3770) Failed to find user specified function 'uvm_hdl_deposit'. The search list was empty. # Using -sv_lib, -sv_root, and -sv_liblist arguments can provide a search list # of shared libraries that will be used to resolve user specified functions. # Time: 0 ns Iteration: 0 Instance: /hello_world File: D:/HDS/uvm/examples/simple/hello_world/hello_world.sv # ** Warning: (vsim-3770) Failed to find user specified function 'uvm_hdl_force'. The search list was empty. # Using -sv_lib, -sv_root, and -sv_liblist arguments can provide a search list # of shared libraries that will be used to resolve user specified functions. Can anyone give me a solution? Thanks Jon Quote
dave_59 Posted August 25, 2011 Report Posted August 25, 2011 Looks like you did not provide the required DPI libraries for the UVM. Please see http://go.mentor.com/uvm1-0-questa Quote
maxascent Posted August 26, 2011 Author Report Posted August 26, 2011 Dave I didnt think that I needed to do anything special when using the libraries included with Questa. Jon Quote
dave_59 Posted August 26, 2011 Report Posted August 26, 2011 Take a look at the link again and see the important note for Windows users. I didn't notice that you were using Windows. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.