Super.build_phase(phase ) usage issue

In reply to dave_59:

In reply to UVM_LOVE:
You have a typo somewhere and unless you can post the exact code you are running, we can’t help you. The task build_phase is in your uvm_component base class if everything was enter correctly.
There no need to call super.build_phase() unless you are using the UVM field macros, which we recommend strongly against because of the performance penalties.
Also, please see this comment about parent/child terminology. This is especially pertinent when talking about uvm_component.

Hi Dave,

Could you please elaborate on why the super.build_phase() is not needed?

Thanks,

-R