Class uvm_extract_phase
Name |
Type |
Description |
---|---|---|
type_name |
string |
Functions
- virtual function void exec_func ( uvm_component comp, uvm_phase phase ) [source]
- static function uvm_extract_phase get ( ) [source]
Returns the singleton phase handle
×
Extract data from different points of the verification environment.
uvm_bottomup_phase that calls the uvm_component::extract_phase method.
Upon Entry
The DUT no longer needs to be simulated.
Simulation time will no longer advance.
Typical Uses
Extract any remaining data and final state information from scoreboard and testbench components
Probe the DUT (via zero-time hierarchical references and/or backdoor accesses) for final state information.
Compute statistics and summaries.
Display final state information
Close files.
Exit Criteria