[source]

Class uvm_post_configure_phase

After the SW has configured the DUT.

uvm_task_phase that calls the uvm_component::post_configure_phase method.

Upon Entry

  • Indicates that the configuration information has been fully uploaded.

Typical Uses

  • Wait for configuration information to fully propagate and take effect.

  • Wait for components to complete training and rate negotiation.

  • Enable the DUT.

  • Sample DUT configuration coverage.

Exit Criteria

  • The DUT has been fully configured and enabled and is ready to start operating normally.
Variables

Name

Type

Description

type_name

string

Functions

static function uvm_post_configure_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]