[source]

Class uvm_pre_main_phase

uvm_pkg::uvm_pre_main_phase + type_name : string + exec_task() + get(): uvm_pre_main_phase + get_type_name(): string

Inheritance Diagram of uvm_pre_main_phase

Before the primary test stimulus starts.

uvm_task_phase that calls the uvm_component::pre_main_phase method.

Upon Entry

  • Indicates that the DUT has been fully configured.

Typical Uses

  • Wait for components to complete training and rate negotiation.

Exit Criteria

  • All components have completed training and rate negotiation.

  • All components are ready to generate and/or observe normal stimulus.

Variables

Name

Type

Description

type_name

string

Functions

static function uvm_pre_main_phase get ( ) [source]

Returns the singleton phase handle

virtual function string get_type_name ( ) [source]

Tasks

virtual function exec_task ( uvm_component comp, uvm_phase phase ) [source]