satishr Posted February 27, 2013 Report Share Posted February 27, 2013 Hi, I am using VCS tool which has UVM 1.1 verison. I want to override this verison of uvm with the UVM 1.1c obtained from Accellera. Please let me know if this is possible and also please let me know the procedure Thank you Quote Link to comment Share on other sites More sharing options...
ajeetha.cvc Posted February 27, 2013 Report Share Posted February 27, 2013 Remove the following options/flags to VCS command: -ntb_opts uvm Add the following: <your_custom_uvm_1.1c_dir>/src/uvm_pkg.sv (Look for exact path) +incdir+<your_custom_uvm_1.1c_dir>/src That should be it. Make sure you use latest release of tool. Regards Ajeetha, CVC www.cvcblr.com/blog Quote Link to comment Share on other sites More sharing options...
satishr Posted February 27, 2013 Author Report Share Posted February 27, 2013 Thanks for procedure. Do we need to add any flags/options when we include the uvm_pkg.sv Quote Link to comment Share on other sites More sharing options...
adielkhan Posted February 27, 2013 Report Share Posted February 27, 2013 Hi,Dont modify anything.Just set VCS_UVM_HOME to point to the UVM src directory.If you work in large company or team then probably you have wrapper scripts around VCS command and makefiles so changing VCS command-line is as difficult as changing source code.i.esetenv VCS_UVM_HOME /tmp/git/uvm/distrib/srcvcs -ntp_opts uvm ......./simv ......Also see:https://solvnet.synopsys.com/retrieve/033690.htmlthanks,-adiel Quote Link to comment Share on other sites More sharing options...
satishr Posted February 28, 2013 Author Report Share Posted February 28, 2013 setenv VCS_UVM_HOME /tmp/git/uvm/distrib/src That works Thanks Quote Link to comment Share on other sites More sharing options...
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.