[source]

Class uvm_check_phase

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

Inheritance Diagram of uvm_check_phase

Check for any unexpected conditions in the verification environment.

uvm_bottomup_phase that calls the uvm_component::check_phase method.

Upon Entry

  • All data has been collected.

Typical Uses

  • Check that no unaccounted-for data remain.

Exit Criteria

  • Test is known to have passed or failed.
Variables

Name

Type

Description

type_name

string

Functions

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

static function uvm_check_phase get ( ) [source]

Returns the singleton phase handle

virtual function string get_type_name ( ) [source]