Hi All,
For set_type_override_by_type and set_inst_override_by_type, I am seeing same definition in uvm user guide as given below.
set_type_override_by_type : A convenience function for uvm_factory::set_type_override_by_type, this method registers a factory override for components and objects created at this level of hierarchy or below.
set_inst_override_by_type : A convenience function for uvm_factory::set_inst_override_by_type, this method registers a factory override for components and objects created at this level of hierarchy or below
Please let me know what is difference between these two type of override?
Thanks,
Rahul Kumar