- Wait for an objection drop in other uvm component.
phase.phase_done.wait_for(UVM_ALL_DROPPED, smthing_manager_component );
- Check current objector that has not drop objection yet
phase.phase_done.get_objectors(tmp_q);
$display(" check objection %d", tmp_q.size());
$display(" check objection %d", tmp_q.size() - phase.get_objection_count(this));
$display(" check objection %p", tmp_q);