[source]

Class uvm_pkg::uvm_check_phase

Class

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

exec_func(uvm_component comp, uvm_phase phase)
Parameters:
get()

Function

get

Returns the singleton phase handle

Return type:

uvm_check_phase

get_type_name()