In reply to chr_sue:
My intent here is to learn how “find_override_by_name” or “find_override_by_type” can be used in our testbench and what is their output. My understanding is that these methods help us to know what our override is. So yes, I want to know only what my overrides is using find_override_by_name.
I have already experimented using methods like set_inst_override_by_type from my test file and using factory.print() to see my overrides.