`uvm_component_utils(driver) virtual Bus_if Bus_if1; function new(string name,uvm_component_parent="null"); super.new(name,null); endfunction function void build_phase(uvm_phase phase); super.build_phase(phase); // req = sequence_gen::type_id::crea...