Class uvm_mem_mam_cfg
Name |
Type |
Description |
---|---|---|
n_bytes |
int unsigned |
Number of bytes in each memory location |
start_offset |
bit[63:0] |
FIXME start_offset and end_offset should be "longint unsigned" to match the memory addr types variable: start_offset Lowest address of managed space |
end_offset |
bit[63:0] |
Last address of managed space |
mode |
Region allocation mode |
|
locality |
Region location mode |
Name |
Description |
---|---|
uvm_mem_mam_cfg_valid |
×
Specifies the memory managed by an instance of a uvm_mem_mam memory allocation manager class.