Inheritance diagram for class svt_callback:
Public Member Functions | |
| function void | extract ( uvm_component component ) |
| virtual function string | get_type_name ( ) |
| function void | new ( string suite_name = "", string name = "svt_callback" ) |
| function void | startup ( uvm_component component ) |
|
||
Callback issued by component to allow callbacks to finalize activities. This callback is issued during the extract phase.
component - A reference to the component object issuing this callback. |
|
||||||||||
Returns this class name as a string.
| ||||||||||
|
|
||||||
CONSTRUCTOR: Create a new callback instance, passing the appropriate argument values to the `SVT_XVM(callback) parent class.
name - Instance name | ||||||
|
|
||
Callback issued by component to allow callbacks to initiate activities. This callback is issued during the start_of_simulation phase.
component - A reference to the component object issuing this callback. |