Class uvm_post_shutdown_phase
Name |
Type |
Description |
---|---|---|
type_name |
string |
Functions
- static function uvm_post_shutdown_phase get ( ) [source]
Returns the singleton phase handle
Tasks
- virtual function exec_task ( uvm_component comp, uvm_phase phase ) [source]
×
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
Typical Uses
Exit Criteria
All run-time checks have been satisfied.
The uvm_run_phase phase is ready to end.