Class uvm_pkg::uvm_post_main_phase
Name |
Type |
Description |
---|---|---|
type_name |
string |
Functions
- get()
Function
get
Returns the singleton phase handle
- Return type:
- get_type_name()
Tasks
- exec_task(uvm_component comp, uvm_phase phase)
- Parameters:
comp (uvm_component)
phase (uvm_phase)
×
Class
uvm_post_main_phase
After enough of the primary test stimulus.
uvm_task_phase that calls the uvm_component::post_main_phase method.
Upon Entry
The primary stimulus objective of the test has been met.
Typical Uses
Included for symmetry.
Exit Criteria
None.