How to turn off topology and factory over ride print out

Is the testbench topolog printed by default?

Also the factory overrides?

My design is too big to print these every transcript.

Please adivse how to turn these off.

thanks

Scott

Example:

OVM_INFO @ 0: reporter [OVMTOP] OVM testbench topology:

(many listings)

All types registered with the factory: 6052 total

(many listings)

These do not get printed by default. Somewhere, someone has called print_topology()

Hi,

In your test or top level component, you might called print_topology() and for factory overrides you called factory.print() method.

Do not call these function, you will not find any prints.

Best Regards,
Chetan Shah
Sr. ASIC Verification Engineer

Product Engineering Services
Software | Embedded | Semiconductor
www.einfochips.com
Frost & Sullivan Company of the Year 2013-14

In reply to cashah85:

Thanks for the feedback.

I found my issue - I was explicitly using these commands (Buried in a reusable model).

Scott