[source]

Class uvm_extract_phase

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

Inheritance Diagram of uvm_extract_phase

Extract data from different points of the verification environment.

uvm_bottomup_phase that calls the uvm_component::extract_phase method.

Upon Entry

  • The DUT no longer needs to be simulated.

  • Simulation time will no longer advance.

Typical Uses

  • Extract any remaining data and final state information from scoreboard and testbench components

  • Probe the DUT (via zero-time hierarchical references and/or backdoor accesses) for final state information.

  • Compute statistics and summaries.

  • Display final state information

  • Close files.

Exit Criteria

  • All data has been collected and summarized.
Variables

Name

Type

Description

type_name

string

Functions

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

static function uvm_extract_phase get ( ) [source]

Returns the singleton phase handle

virtual function string get_type_name ( ) [source]