Hi guys,
If I make a call to uvm_config_db #(..)::set(...) for a specific instance, will a corresponding uvm_config_db #(..)::get(..) be called for me if the field was registered with the macro? (similar to what happened in OVM with set_config_*)
Thanks,
Tudor

Only if you
Dave Rich
Mentor Graphics
http://go.mentor.com/drich
Hi,
When you say only uvm_object, you mean doing a uvm_config_db #(uvm_object)::set(..., my_object, ...) right? That and only that, so not uvm_config_db #(my_class)::set(....).