This is the complete list of members for class svt_xactor_callback, including all inherited members.
| uvm_callback | function bit | callback_mode ( int on = -1 ) | |
| uvm_object | function uvm_object | clone ( ) | |
| uvm_object | function bit | compare ( uvm_object rhs, uvm_comparer comparer = null ) | |
| uvm_object | function string | convert2string ( ) | |
| uvm_object | function void | copy ( uvm_object rhs ) | |
| uvm_object | virtual function uvm_object | create ( string name = "" ) | |
| uvm_object | function bit | do_compare ( uvm_object rhs, uvm_comparer comparer ) | |
| uvm_object | function void | do_copy ( uvm_object rhs ) | |
| uvm_object | function void | do_pack ( uvm_packer packer ) | |
| uvm_object | function void | do_print ( uvm_printer printer ) | |
| uvm_object | function void | do_record ( uvm_recorder recorder ) | |
| uvm_object | function void | do_unpack ( uvm_packer packer ) | |
| svt_callback | function void | extract ( uvm_component component ) | Callback issued by component to allow callbacks to finalize activities. This callback is issued during the extract phase. |
| uvm_object | function string | get_full_name ( ) | |
| uvm_object | static function int | get_inst_count ( ) | |
| uvm_object | function int | get_inst_id ( ) | |
| uvm_object | function string | get_name ( ) | |
| uvm_object | function uvm_object_wrapper | get_object_type ( ) | |
| uvm_object | static function uvm_object_wrapper | get_type ( ) | |
| svt_xactor_callback | function string | get_type_name ( ) | Method implemented to provide access to the callback type name. |
| svt_xactor_callback | function void | inform_notify ( svt_xactor xactor, string name, svt_notify notify ) | Provides access to an svt_notify instance, or in the case of the vmm_xactor notify field, the handle to the transactor. In the latter case the transactor can be used to access the associated vmm_notify instance stored in notify. The extended class can use this method to setup a reliance on the notify instance. |
| uvm_callback | function bit | is_enabled ( ) | |
| uvm_callback | protected bit | m_enabled = 1; | |
| uvm_object | static protected int | m_inst_count | |
| svt_xactor_callback | function void | new ( string suite_name = "", string name = "svt_xactor_callback_inst" ) | CONSTRUCTOR: Create a new transactor callback instance, passing the appropriate argument values to the ovm/uvm_callback parent class. |
| uvm_object | function int | pack ( ref bit bitstream[], input uvm_packer packer ) | |
| uvm_object | function int | pack_bytes ( ref byte unsigned bytestream[], input uvm_packer packer ) | |
| uvm_object | function int | pack_ints ( ref int unsigned intstream[], input uvm_packer packer ) | |
| uvm_object | function void | print ( uvm_printer printer = null ) | |
| uvm_object | function void | record ( uvm_recorder recorder = null ) | |
| svt_xactor_callback | function void | report_cov ( svt_xactor xactor, string prefix, int kind, ref bit met_goals, ref string report ) | Callback issued by transactor to pull together current functional coverage information. |
| uvm_callback | static uvm_report_object | reporter = new; | |
| uvm_object | function void | set_int_local ( string field_name, uvm_bitstream_t value, bit recurse = 1 ) | |
| uvm_object | function void | set_name ( string name ) | |
| uvm_object | function void | set_object_local ( string field_name, uvm_object value, bit clone = 1, bit recurse = 1 ) | |
| uvm_object | function void | set_string_local ( string field_name, string value, bit recurse = 1 ) | |
| uvm_object | function string | sprint ( uvm_printer printer = null ) | |
| svt_xactor_callback | function void | start ( svt_xactor xactor ) | Callback issued by transactor to allow callbacks to initiate activities. This callback is issued during svt_xactor :: main so that any processes initiated by this callback will be torn down if reset_xactor is called. This method sets the svt_xactor_callback :: xactor data member. |
| svt_callback | function void | startup ( uvm_component component ) | Callback issued by component to allow callbacks to initiate activities. This callback is issued during the start_of_simulation phase. |
| svt_xactor_callback | function void | stop ( svt_xactor xactor ) | Callback issued by transactor to allow callbacks to suspend activities. |
| uvm_callback | static string | type_name = "uvm_callback"; | |
| uvm_object | function int | unpack ( ref bit bitstream[], input uvm_packer packer ) | |
| uvm_object | function int | unpack_bytes ( ref byte unsigned bytestream[], input uvm_packer packer ) | |
| uvm_object | function int | unpack_ints ( ref int unsigned intstream[], input uvm_packer packer ) | |
| uvm_object | static bit | use_uvm_seeding = 1; | |
| svt_xactor_callback | protected svt_xactor | xactor = null; | A pointer to the transactor with which this class is associated, only valid once 'start' has been called. |
| uvm_object | function void | __m_uvm_field_automation ( uvm_object tmp_data__, int what__, string str__ ) | |
| uvm_object | static uvm_status_container | __m_uvm_status_container = new; | |
| uvm_object | protected virtual function uvm_report_object | m_get_report_object ( ) | |
| uvm_object | function void | reseed ( ) | |