def draw_collect_one_item_declare(self, f_dst): task_func_declare(f_dst, 1, 'collect_one_item', self.c_out_seqitem + 'tr')
def draw_main_phase_declare(self, f_dst): task_func_declare(f_dst, 1, 'main_phase', 'uvm_phase phase')
def draw_connect_phase_declare(self, f_dst): task_func_declare(f_dst, 0, 'connect_phase', 'uvm_phase phase')
def draw_build_phase_declare(self, f_dst): task_func_declare(f_dst, 0, 'build_phase', 'uvm_phase phase')
def draw_drive_one_item_declare(self, f_dst): task_func_declare(f_dst, 1, 'drive_one_item', self.c_in_seqitem + 'tr')