In reply to srbeeram:
set_drain_time belongs to an uvm_object but not a phase.
A typical application is in the toplevel module:
uvm_top.set_drain_time(<drain time>);
In reply to srbeeram:
set_drain_time belongs to an uvm_object but not a phase.
A typical application is in the toplevel module:
uvm_top.set_drain_time(<drain time>);