UVM Config DB

In reply to dave_59:

In reply to uvmsd:
You need to distinguish between the handle of the object that you set/get through the uvm_config_db, which never changes, and changing the members of the object. Maybe we are saying the same thing, but you may want to look at my short class on classes.

Thanks Dave for the link!
My bad, how I forgot that the uvm_event is a class, not a construct.
I was wondering how did it work.
And now I am convinced about having a configuration class. And things are working fine.

Thanks for your time and patience!