Need of super.build_phase(phase)

In reply to dave_59:

Hi Dave,

How super.build_phase() is going to help the field registration macros to do their work??

I guess, the methods in uvm_object like do_copy, do_compare and other methods will be working on the properties which are registered to the factory using macros… What is the link between these macros and super.build_phase??? Can you please elaborate it???

Don’t misunderstand that I am using those macros because, I am far more aware of the fact that field registration macros are not recommended by Mentor Graphics since they are hard to debug and they put on heavy overhead on the simulator and thus reducing the performance of the simulator.