Drain time is not getting set

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>);
1 Like