+UVM_OBJECTION_TRACE +UVM_PHASE_TRACE +UVM_CONFIG_DB_TRACE +UVM_CB_TRACE_ON //调试callback 这些默认关闭 打印topology/factory.print() function void final_phase(uvm_phase phase); uvm_top.print_topology(); factory.print(); //打印override type endfunction