Inheritance diagram for class svt_non_abstract_component:
Creates a non-virtual instance of uvm/ovm_component. This can be useful for simple component structures to route messages without the need to go through the global report object.
Public Member Functions | |
| static function ovm_component | create_non_abstract_component ( string name, ovm_component parent ) |
| function void | new ( string name = "svt_non_abstract_component", ovm_component parent = null ) |
|
||
Static function which can be used to create a new svt_non_abstract_component.
|
|
||||
|