SaurabhS111 Posted October 7, 2013 Report Posted October 7, 2013 Hello -I am new to UVM and want to compile uvm code in VCS. I downloaded UVM1.1d from Accellera website. I am using VCS Version A-2008.09.The environment variable UVM_HOME is set to .../src/I have tried compiling the hello_world.sv program using the following command:vcs -sverilog +ntb_opts uvm hello_world.svHowever, I am getting the following error messagesource file "uvm" cannot be opened for reading.Any help is appreciated.Thanks. Quote
fbochud Posted October 7, 2013 Report Posted October 7, 2013 My guess is that uvm is not installed with this version of VCS, so you can't use -ntbopts. Try to compile the uvm source directly with +incdir ../src Quote
fbochud Posted October 7, 2013 Report Posted October 7, 2013 Not quite correct. See http://forums.accellera.org/topic/1097-overriding-uvm-version-obtained-from-vcs-with-a-version-of-uvm-from-accellera/ Quote
adielkhan Posted October 8, 2013 Report Posted October 8, 2013 Hi VCS 2008.09 is way too old, UVM was not even thought of back then. The current version of VCS is 2013.06 let us know if there are any issues when you use 2013.06 version of VCS. -adiel 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.