Skip to content

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/"




  class core_Resource["Resource"]




          core_Resource <|-- dm_Memory
          click core_Resource href "../../classes/core_Resource/"






          dm_Memory : name



          dm_Memory : type



          dm_Memory : size










  class dm_AddressBlock["AddressBlock"]



      style dm_AddressBlock fill:#6fa8dc    


          dm_AddressBlock --> "*" dm_Memory: memories 
          click dm_AddressBlock href "../../classes/dm_AddressBlock/"



Inheritance

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

Comments

Comments are still experimental - you need access to AltiumDeveloper/cdm-comments repository to see and leave comments. Please ping @dmitry.kolomiets for details.