[source]

Class uvm_pkg::uvm_pre_main_phase

Class

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

get()

Function

get

Returns the singleton phase handle

Return type:

uvm_pre_main_phase

get_type_name()

Tasks

exec_task(uvm_component comp, uvm_phase phase)
Parameters: