uvm_component.svh

Summary
uvm_component.svh
Methods
print_configPrint_config prints all configuration information for this component, as set by previous calls to <uvm_config_db::set()> and exports to the resources pool.
Variables
print_config_matchesSetting this static variable causes uvm_config_db::get() to print info about matching configuration settings as they are being applied.

print_config

function void print_config(
    bit  recurse  =  0,
    bit  audit  =  0
)

Print_config prints all configuration information for this component, as set by previous calls to <uvm_config_db::set()> and exports to the resources pool.  The settings are printed in the order of their precedence.

If recurse is set, then configuration information for all children and below are printed as well.

if audit is set then the audit trail for each resource is printed along with the resource name and value

@uvm-accellera The details of this API are specific to the Accellera implementation, and are not being considered for contribution to 1800.2

print_config_matches

static bit print_config_matches

Setting this static variable causes uvm_config_db::get() to print info about matching configuration settings as they are being applied.

@uvm-accellera The details of this API are specific to the Accellera implementation, and are not being considered for contribution to 1800.2

function void print_config(
    bit  recurse  =  0,
    bit  audit  =  0
)
Print_config prints all configuration information for this component, as set by previous calls to uvm_config_db::set() and exports to the resources pool.
static bit print_config_matches
Setting this static variable causes uvm_config_db::get() to print info about matching configuration settings as they are being applied.