Class uvm_pkg::uvm_final_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_final_phase
Tie up loose ends.
uvm_topdown_phase that calls the uvm_component::final_phase method.
Upon Entry
All test-related activity has completed.
Typical Uses
Close files.
Terminate co-simulation engines.
Exit Criteria
Ready to exit simulator.