Inheritance diagram for class uvm_root:
Public Member Functions | |
| function void | build_phase ( uvm_phase phase ) |
| function uvm_component | find ( string comp_match ) |
| function void | find_all ( string comp_match, ref uvm_component comps[$], input uvm_component comp ) |
| static function uvm_root | get ( ) |
| virtual function string | get_type_name ( ) |
| function void | m_check_verbosity ( ) |
| function void | m_find_all_recurse ( string comp_match, ref uvm_component comps[$], input uvm_component comp ) |
| function void | phase_started ( uvm_phase phase ) |
| function void | print_topology ( uvm_printer printer = null ) |
| task | run_phase ( uvm_phase phase ) |
| task | run_test ( string test_name = "" ) |
| function void | set_timeout ( time timeout, bit overridable = 1 ) |
| function void | stop_request ( ) |
Public Attributes | |
| uvm_cmdline_processor | clp |
| bit | enable_print_topology = 0; |
| bit | finish_on_completion = 1; |
| bit | m_phase_all_done |
| time | phase_timeout = UVM_DEFAULT_TIMEOUT; |
| uvm_component | top_levels [$] |
Protected Member Functions | |
| virtual function bit | m_add_child ( uvm_component child ) |
| function void | new ( ) |
|
||||
|
|
|
|
|
||||||
|
|
||||
|
|
|
|
|
||||
|
|
|
||||
|
|
|
|
|
|
|
|
|
|