Jump to content

[cadence] irun 10.20-s13 does not support uvm10p1?


Recommended Posts

1. in ubus example:

unix> irun –uvmhome $(uvm10p1_path) –sv +incdir+../sv ubus_tb_top.sv +UVM_TESTNAME=test_2m_4s

ncsim: *F,NOFDPI: function uvm_hdl_deposit not found in any of the shared object specified with –SV_LIB switch

2. another question:

In which version will IUS replace the embedded UVM (-uvm) code from EA to 10?

please help and thanks!

Edited by SeanChou
Link to comment
Share on other sites

Hi SeanChou

UVM1.0p1 is supported from IES10.2s11 onwards, but you may need to compile an additional file on the command line in versions up to IES10.2s17

Try:

unix> irun –uvmhome $(uvm10p1_path) +incdir+../sv $(uvm10p1_path)/src/dpi/uvm_dpi.cc ubus_tb_top.sv +UVM_TESTNAME=test_2m_4s

Link to comment
Share on other sites

1. in ubus example:

unix> irun –uvmhome $(uvm10p1_path) –sv +incdir+../sv ubus_tb_top.sv +UVM_TESTNAME=test_2m_4s

ncsim: *F,NOFDPI: function uvm_hdl_deposit not found in any of the shared object specified with –SV_LIB switch

2. another question:

In which version will IUS replace the embedded UVM (-uvm) code from EA to 10?

please help and thanks!

to run uvm-1.0p1 with an open source version you need to add "$uvmhome/src/dpi/uvm_dpi.cc" to the commandline. please note that for the ius 10.20s40+(=10.20s17) you dont need the *.cc on the commandline if you use the embedded uvm release.

/uwe

Link to comment
Share on other sites

Hi SeanChou,

Regarding #1 ,Please use the incisiv.10.20.015 , it works well for uvm10p1 example.

Regarding #2 ,As i know, incisiv.10.20.015 & UVC (VIPP92S06) are both based on EA.

UVC's as of today run with UVM10EA. UVM10EA is also the default when using '-uvm' which irun. if you want uvm10 you should add "-uvmhome `ncroot`/tool/uvm-1.0" to your cmdline

Link to comment
Share on other sites

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...