In reply to Charlesjjj:
You need to understand the difference between class variables and class handles. the uvm_config_db stores a handle to a my_objoct instance, not a pointer to class variable my_obj.
In reply to Charlesjjj:
You need to understand the difference between class variables and class handles. the uvm_config_db stores a handle to a my_objoct instance, not a pointer to class variable my_obj.