Need of super.build_phase(phase)

In reply to Ayush:

Ayush,

You should be looking at the basic UVM courses on this site. When you define a class derived from uvm_component, you declare both new() and build_phase() methods. I described above what code goes in each.