Class uvm_pkg::uvm_post_shutdown_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_shutdown_phase
After things have settled down.
uvm_task_phase that calls the uvm_component::post_shutdown_phase method. The end of this phase is synchronized to the end of the uvm_run_phase phase unless a user defined phase is added after this phase.
Upon Entry
No more "data" stimulus is applied to the DUT.
Typical Uses
Perform final checks that require run-time access to the DUT (e.g. read accounting registers or dump the content of memories).
Exit Criteria
All run-time checks have been satisfied.
The uvm_run_phase phase is ready to end.