Inheritance diagram for class uvm_mem:
Public Member Functions | |
| function void | add_hdl_path ( uvm_hdl_path_slice slices[], string kind = "RTL" ) |
| function void | add_hdl_path_slice ( string name, int offset, int size, bit first = 0, string kind = "RTL" ) |
| function void | add_map ( uvm_reg_map map ) |
| function uvm_status_e | backdoor_read_func ( uvm_reg_item rw ) |
| task | backdoor_write ( uvm_reg_item rw ) |
| task | burst_read ( output uvm_status_e status, input uvm_reg_addr_t offset, ref uvm_reg_data_t value[], input uvm_path_e path, input uvm_reg_map map, input uvm_sequence_base parent, input int prior, input uvm_object extension, input string fname, input int lineno ) |
| task | burst_write ( output uvm_status_e status, input uvm_reg_addr_t offset, input uvm_reg_data_t value[], input uvm_path_e path, input uvm_reg_map map, input uvm_sequence_base parent, input int prior, input uvm_object extension, input string fname, input int lineno ) |
| function void | clear_hdl_path ( string kind = "RTL" ) |
| function uvm_object | clone ( ) |
| function void | configure ( uvm_reg_block parent, string hdl_path = "" ) |
| function string | convert2string ( ) |
| function bit | do_compare ( uvm_object rhs, uvm_comparer comparer ) |
| function void | do_copy ( uvm_object rhs ) |
| function void | do_pack ( uvm_packer packer ) |
| function void | do_print ( uvm_printer printer ) |
| task | do_read ( uvm_reg_item rw ) |
| function void | do_unpack ( uvm_packer packer ) |
| task | do_write ( uvm_reg_item rw ) |
| function string | get_access ( uvm_reg_map map = null ) |
| function uvm_reg_addr_t | get_address ( uvm_reg_addr_t offset = 0, uvm_reg_map map = null ) |
| function int | get_addresses ( uvm_reg_addr_t offset = 0, uvm_reg_map map = null, ref uvm_reg_addr_t addr[] ) |
| function uvm_reg_backdoor | get_backdoor ( bit inherited = 1 ) |
| function uvm_reg_block | get_block ( ) |
| function bit | get_coverage ( uvm_reg_cvr_t is_on ) |
| function uvm_reg_map | get_default_map ( string caller = "" ) |
| function uvm_reg_frontdoor | get_frontdoor ( uvm_reg_map map = null ) |
| function void | get_full_hdl_path ( ref uvm_hdl_path_concat paths[$], input string kind, input string separator ) |
| function string | get_full_name ( ) |
| function void | get_hdl_path ( ref uvm_hdl_path_concat paths[$], input string kind ) |
| function void | get_hdl_path_kinds ( ref string kinds[$] ) |
| function uvm_reg_map | get_local_map ( uvm_reg_map map, string caller = "" ) |
| function void | get_maps ( ref uvm_reg_map maps[$] ) |
| static function unsigned int | get_max_size ( ) |
| function unsigned int | get_n_bits ( ) |
| function unsigned int | get_n_bytes ( ) |
| function int | get_n_maps ( ) |
| function uvm_reg_addr_t | get_offset ( uvm_reg_addr_t offset = 0, uvm_reg_map map = null ) |
| function uvm_reg_block | get_parent ( ) |
| function string | get_rights ( uvm_reg_map map = null ) |
| function longint unsigned | get_size ( ) |
| function uvm_vreg_field | get_vfield_by_name ( string name ) |
| function void | get_virtual_fields ( ref uvm_vreg_field fields[$] ) |
| function void | get_virtual_registers ( ref uvm_vreg regs[$] ) |
| function uvm_vreg | get_vreg_by_name ( string name ) |
| function uvm_vreg | get_vreg_by_offset ( uvm_reg_addr_t offset, uvm_reg_map map = null ) |
| function bit | has_coverage ( uvm_reg_cvr_t models ) |
| function bit | has_hdl_path ( string kind = "" ) |
| function bit | is_in_map ( uvm_reg_map map ) |
| function void | new ( string name, longint unsigned size, int unsigned n_bits, string access = "RW", int has_coverage = UVM_NO_COVERAGE ) |
| task | peek ( output uvm_status_e status, input uvm_reg_addr_t offset, output uvm_reg_data_t value, input string kind, input uvm_sequence_base parent, input uvm_object extension, input string fname, input int lineno ) |
| task | poke ( output uvm_status_e status, input uvm_reg_addr_t offset, input uvm_reg_data_t value, input string kind, input uvm_sequence_base parent, input uvm_object extension, input string fname, input int lineno ) |
| virtual task | post_read ( uvm_reg_item rw ) |
| virtual task | post_write ( uvm_reg_item rw ) |
| virtual task | pre_read ( uvm_reg_item rw ) |
| virtual task | pre_write ( uvm_reg_item rw ) |
| task | read ( output uvm_status_e status, input uvm_reg_addr_t offset, output uvm_reg_data_t value, input uvm_path_e path, input uvm_reg_map map, input uvm_sequence_base parent, input int prior, input uvm_object extension, input string fname, input int lineno ) |
| function void | set_backdoor ( uvm_reg_backdoor bkdr, string fname = "", int lineno = 0 ) |
| function uvm_reg_cvr_t | set_coverage ( uvm_reg_cvr_t is_on ) |
| function void | set_frontdoor ( uvm_reg_frontdoor ftdr, uvm_reg_map map = null, string fname = "", int lineno = 0 ) |
| function void | set_offset ( uvm_reg_map map, uvm_reg_addr_t offset, bit unmapped = 0 ) |
| function void | set_parent ( uvm_reg_block parent ) |
| task | write ( output uvm_status_e status, input uvm_reg_addr_t offset, input uvm_reg_data_t value, input uvm_path_e path, input uvm_reg_map map, input uvm_sequence_base parent, input int prior, input uvm_object extension, input string fname, input int lineno ) |
| function void | Xadd_vregX ( uvm_vreg vreg ) |
| function void | Xdelete_vregX ( uvm_vreg vreg ) |
| function void | Xlock_modelX ( ) |
| function void | XsampleX ( uvm_reg_addr_t addr, bit is_read, uvm_reg_map map ) |
Public Attributes | |
| uvm_mem_mam | mam |
Protected Member Functions | |
| function void | add_coverage ( uvm_reg_cvr_t models ) |
| task | backdoor_read ( uvm_reg_item rw ) |
| function uvm_reg_cvr_t | build_coverage ( uvm_reg_cvr_t models ) |
| virtual function void | sample ( uvm_reg_addr_t offset, bit is_read, uvm_reg_map map ) |
| function bit | Xcheck_accessX ( input uvm_reg_item rw, output uvm_reg_map_info map_info, input string caller ) |
Member Typedefs | |
| typedef enum | init_e |
|
|
|
|
|
|
|
|
|
|
|
|
||||
|
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
|
||||
|
|
|
|
|
|
|
|
|
|
|
|
||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|