Whole Config DB Printing OVM

Hi,

I’m in the middle of debugging few OVM files. I got stopped at one of the files, where there are no OVM_INFO/display statements. There are plenty of set_config_object calls though. I want my log file to print entire ConfigDB. How can i do that in OVM. I know in UVM we can use +UVM_CONFIG_DB_TRACE arg for this, which is the equivalent one in OVM(i tried +OVM_CONFIG_DB_TRACE, it’s not working).

Thanks in Advance.

In reply to haranadh:

The UVM introduced the command line processor. The OVM only has the +OVM_TESTNAME and
+OVM_VERBOSITY switches.

You will need to use ovm_component’s config methods for debugging.