Inheritance list for class xvc_xactor:
List of all members.Public Member Functions | |
| function void | add_action ( xvc_action action ) |
| task | execute_action ( xvc_action_channel chan, string descr ) |
| task | execute_actions ( ) |
| task | execute_interruptions ( ) |
| task | main ( ) |
| function void | new ( string name, string inst, int stream_id = 1, xvc_action_channel action_chan = NULL, xvc_action_channel interrupt_chan = NULL ) |
| function xvc_action | parse ( string argv ) |
| virtual function void | reset_xactor ( reset_e rst_typ = SOFT_RST ) |
| virtual function void | restore_rng_state ( ) |
| virtual function void | save_rng_state ( ) |
| virtual function void | start_xactor ( ) |
| virtual function void | stop_xactor ( ) |
| task | wait_if_interrupted ( ) |
| virtual function void | xactor_status ( string prefix = "" ) |
Public Attributes | |
| xvc_action_channel | action_chan |
| xvc_action | executing |
| xvc_action | idle |
| bit | interrupt |
| xvc_action_channel | interrupt_chan |
| bit | interrupted |
| event | interrupted_event |
| xvc_action | known_actions |
| event | rte |
| xvc_action | suspended |
| vmm_log | trace |
Protected Attributes | |
| vmm_channel | exec_chan |
| vmm_xactor | xactors |
|
||
|
||
|
||
|
||
|
||||
| ||||
|
||||
| ||||
|
||
|
||||
| ||||
|
||||
| ||||
|
||||
| ||||
|
||||
| ||||
|
||||
| ||||
|
||
|
||||
| ||||
|
|
Defined at line 1888 of file std_lib/vmm.sv.
|
|
|
Defined at line 1891 of file std_lib/vmm.sv.
|
|
|
Defined at line 1901 of file std_lib/vmm.sv.
|
|
|
Defined at line 1895 of file std_lib/vmm.sv.
|
|
|
Defined at line 1897 of file std_lib/vmm.sv.
|
|
|
Defined at line 1889 of file std_lib/vmm.sv.
|
|
|
Defined at line 1898 of file std_lib/vmm.sv.
|
|
|
Defined at line 1899 of file std_lib/vmm.sv.
|
|
|
Defined at line 1894 of file std_lib/vmm.sv.
|
|
|
Defined at line 1900 of file std_lib/vmm.sv.
|
|
|
Defined at line 1902 of file std_lib/vmm.sv.
|
|
|
Defined at line 1886 of file std_lib/vmm.sv.
|
|
|
Defined at line 1892 of file std_lib/vmm.sv.
|