Quantcast
Channel: UVM Forums RSS Feed
Viewing all articles
Browse latest Browse all 756

uvm_resource_db/uvm_config_db usage

$
0
0

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)

 

 


Viewing all articles
Browse latest Browse all 756

Trending Articles