Memory
IRI: https://w3id.org/altium/cdm/deviceModel/Memory
Bounded context: deviceModel
A memory entry within an address block.
Diagram
---
config:
layout: elk
theme: neutral
class:
hideEmptyMembersBox: true
---
classDiagram
direction LR
class dm_memory["Memory"]
style dm_memory fill:#6fa8dc
click dm_memory href "../../classes/dm_memory/"
dm_memory : name
dm_memory : type
dm_memory : size
class dm_address_block["AddressBlock"]
style dm_address_block fill:#6fa8dc
dm_address_block --> "*" dm_memory: memories
click dm_address_block href "../../classes/dm_address_block/"
Inheritance
- Resource
- dm_memory
Fields
| Name | Cardinality | Type | Description | Inheritance |
|---|---|---|---|---|
| name | 0..1 |
string | The name of the memory entry. | direct |
| type | 0..1 |
string | The type of memory entry. | direct |
| size | 0..1 |
integer | The total span of the memory region in bytes. | direct |
Identifier and Mapping Information
Annotations
| property | value |
|---|---|
| platformAPI | DmMemory |