Jump to content

Recommended Posts

Posted

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

Posted

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

Posted

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.e
setenv VCS_UVM_HOME /tmp/git/uvm/distrib/src

vcs -ntp_opts uvm ......
./simv ......

Also see:
https://solvnet.synopsys.com/retrieve/033690.html
thanks,
-adiel

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...