Class uvm_report_phase
Name |
Type |
Description |
---|---|---|
type_name |
string |
Functions
- virtual function void exec_func ( uvm_component comp, uvm_phase phase ) [source]
- static function uvm_report_phase get ( ) [source]
Returns the singleton phase handle
×
Report results of the test.
uvm_bottomup_phase that calls the uvm_component::report_phase method.
Upon Entry
Typical Uses
Report test results.
Write results to file.
Exit Criteria