In reply to mbhat:
In reply to abs:
Hi abs,
This is something really interesting. I was not aware of this and I am not sure why this method is not popular. May be because we cannot check if the value has been actually set or not? e.g. if virtual interface is not passed down to the driver, is there a way to check this without using conventional method of using uvm_config_db…get() method?
If you pass this option: +UVM_CONFIG_DB_TRACE you will have the set and get call displayed in your log and can debug more easily (see the uvm_config_db_options class and its method turn_on_tracing which is activated by the option I referred to)