try like this while getting the config db object
if(!uvm_config_db #(type_name)::get(this,“”,“your string”,local config variable))
`uvm_fatal(get_type_name(),“getting failed”,UVM_LOW)
try like this while getting the config db object
if(!uvm_config_db #(type_name)::get(this,“”,“your string”,local config variable))
`uvm_fatal(get_type_name(),“getting failed”,UVM_LOW)