In reply to muralikrishna229:
Look at the definition of uvm_config_db::set(). The return type is void. Only uvm_config_db::get(). has a return value to tell you if there was something retrieved.
In reply to muralikrishna229:
Look at the definition of uvm_config_db::set(). The return type is void. Only uvm_config_db::get(). has a return value to tell you if there was something retrieved.