antwens Posted December 24, 2013 Report Posted December 24, 2013 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) Quote
uwes Posted January 7, 2014 Report Posted January 7, 2014 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 Quote
Recommended Posts
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.