Trace the objections

Hi,

I am having a large UVM Environment and within that environment, if I forgot to drop any objection how can I trace that from where I forgot to drop objection? I know one way to use +UVM_OBJECTION_TRACE but I want to know any other approach using that I can trace that quickly?

In reply to hardik1612:

The best approach is to raise and lower only one objection in your test. Using objections in other locations are unnecessary and only reduce performance.

If you insist on having many objections, +UVM_OBJECTION_TRACE is the best way to track them.