[source]

Class uvm_pkg::uvm_pre_configure_phase

Class

uvm_pre_configure_phase

Before the DUT is configured by the SW.

uvm_task_phase that calls the uvm_component::pre_configure_phase method.

Upon Entry

  • Indicates that the DUT has been completed reset and is ready to be configured.

Typical Uses

  • Procedurally modify the DUT configuration information as described in the environment (and that will be eventually uploaded into the DUT).

  • Wait for components required for DUT configuration to complete training and rate negotiation.

Exit Criteria

  • DUT configuration information is defined.

Variables

Name

Type

Description

type_name

string

Functions

get()

Function

get

Returns the singleton phase handle

Return type:

uvm_pre_configure_phase

get_type_name()

Tasks

exec_task(uvm_component comp, uvm_phase phase)
Parameters: