Jump to content

Recommended Posts

Posted (edited)

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
Posted

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.

Posted

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

Posted

After double confirming, we found that IUS/1020_s15(hot fix) could works fine with the ubus example.

The main reason is that I forget to include dpi.cc in the script. Please forget it and thanks!

Posted
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

Posted
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

Posted
For question 2, the upcoming June release should include the 1.0 version.

UVM10 is part of the March update release (10.20s40 sometimes also 10.20s17) - you dont need to wait till june

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