[source]

Class uvm_end_of_elaboration_phase

uvm_pkg::uvm_end_of_elaboration_phase + type_name : string + exec_func(): void + get(): uvm_end_of_elaboration_phase + get_type_name(): string

Inheritance Diagram of uvm_end_of_elaboration_phase

Fine-tune the testbench.

uvm_bottomup_phase that calls the uvm_component::end_of_elaboration_phase method.

Upon Entry

  • The verification environment has been completely assembled.

  • Current simulation time is still equal to 0 but some "delta cycles" may have occurred.

Typical Uses

  • Display environment topology.

  • Open files.

  • Define additional configuration settings for components.

Exit Criteria

  • None.
Variables

Name

Type

Description

type_name

string

Functions

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

static function uvm_end_of_elaboration_phase get ( ) [source]

Returns the singleton phase handle

virtual function string get_type_name ( ) [source]