Public Member Functions |
| task |
burst_read (
output status_e status, input vmm_ral_mem_burst burst, output bit[63:0] value, input path_e path = vmm_ralDEFAULT, input string domain = , input int data_id = -1, input int scenario_id = -1, input int stream_id = -1 ) |
| task |
burst_write (
output status_e status, input vmm_ral_mem_burst burst, input bit[63:0] value, input path_e path = vmm_ralDEFAULT, input string domain = , input int data_id = -1, input int scenario_id = -1, input int stream_id = -1 ) |
| function bit |
get_end_offset (
) |
| function uint |
get_len (
) |
| function vmm_ral_mem |
get_memory (
) |
| function uint |
get_n_bytes (
) |
| function bit |
get_start_offset (
) |
| function vmm_ral_vreg |
get_virtual_registers (
) |
| function void |
new (
bit[63:0] start_offset, bit[63:0] end_offset, int unsigned len, int unsigned n_bytes, vmm_mam parent ) |
| task |
peek (
output status_e status, input bit[63:0] offset, output bit[63:0] value, input int data_id = -1, input int scenario_id = -1, input int stream_id = -1 ) |
| task |
poke (
output status_e status, input bit[63:0] offset, input bit[63:0] value, input int data_id = -1, input int scenario_id = -1, input int stream_id = -1 ) |
| function string |
psdisplay (
string prefix = ) |
| task |
read (
output status_e status, input bit[63:0] offset, output bit[63:0] value, input path_e path = vmm_ralDEFAULT, input string domain = , input int data_id = -1, input int scenario_id = -1, input int stream_id = -1 ) |
| function void |
release_region (
) |
| task |
write (
output status_e status, input bit[63:0] offset, input bit[63:0] value, input path_e path = vmm_ralDEFAULT, input string domain = , input int data_id = -1, input int scenario_id = -1, input int stream_id = -1 ) |
Public Attributes |
| local int unsigned |
len |
| local int unsigned |
n_bytes |
| local vmm_mam |
parent |
| bit[63:0] |
Xend_offsetX |
| bit[63:0] |
Xstart_offsetX |
| vmm_ral_vreg |
XvregX |