Class uvm_pkg::uvm_check_phase
Name |
Type |
Description |
---|---|---|
type_name |
string |
Functions
- exec_func(uvm_component comp, uvm_phase phase)
- Parameters:
comp (uvm_component)
phase (uvm_phase)
- get()
Function
get
Returns the singleton phase handle
- Return type:
- get_type_name()
×
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.