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.