Raise_objection

In reply to Vaibhav Tekale:

Hi Srinivas,

Even though you call raise_objection twice it is registered only once since raise_objection is called like phase.raise/drop_objection(this).

Thinking logically every phase calls a raise_objection and drop_objection only once so even though you called twice doesn’t matter.

Best thing to experiment is to pass +UVM_OBJECTION_TRACE in your simnulation and see the log. It will only show once.

Thanks
Chaitanya.