Inheritance list for class xvc_action:
List of all members.Public Member Functions | |
| virtual function vmm_data | allocate ( ) |
| virtual function uint | byte_pack ( logic[7:0] bytes, int unsigned offset = 0, int kind = 1 ) |
| virtual function uint | byte_size ( int kind = 1 ) |
| virtual function uint | byte_unpack ( logic[7:0] bytes, int unsigned offset = 0, int len = 1, int kind = 1 ) |
| virtual function bit | compare ( vmm_data to, string diff, int kind = 1 ) |
| virtual function vmm_data | copy ( vmm_data to = NULL ) |
| task | execute ( vmm_channel exec_chan, xvc_xactor xvc ) |
| function string | get_name ( ) |
| virtual function bit | is_valid ( bit silent = 1, int kind = 1 ) |
| virtual function uint | max_byte_size ( int kind = 1 ) |
| function void | new ( string name, vmm_log log ) |
| virtual function xvc_action | parse ( string argv ) |
| virtual function string | psdisplay ( string prefix = "" ) |
Public Attributes | |
| vmm_xactor_callbacks | callbacks |
| string | name |
Protected Member Functions | |
| virtual function void | copy_data ( vmm_data to ) |
|
||||
| ||||
|
||||
| ||||
|
||||
| ||||
|
||||
| ||||
|
||||
| ||||
|
||||
| ||||
|
||||
| ||||
|
||
|
||
|
||||
| ||||
|
||||
| ||||
|
||||
| ||||
|
||
|
||||
| ||||
|
|
Defined at line 1844 of file std_lib/vmm.sv.
|
|
|
Defined at line 1842 of file std_lib/vmm.sv.
|