Jump to content

Recommended Posts

Posted

UVM agents use uvm_resource_db/uvm_config_db to configure components. what is the difference between these two?..

how does the below code work,

 

uvm_resource_db # (virtual bus_if.monitor)::read_by_name("interfaces", bus_if_monitor", m_env.m_bus_mon.mi)

 

uvm_config_db#(int)::set(this, "env.*","m_reg_state", venv::START)

 

 

  • 2 weeks later...
Posted

hi,

 

uvm_resource_db is a layer under uvm_config_db. uvm_config_db provides a simpler and clearer api compatible with the traditional set_config_xyz() methods. for normal purposes uvm_config_db is the best route.

 

/uwe

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