memea

Module config

Source
Expand description

Configuration management for MemEA memory peripheral estimation.

This module provides functionality to read and manage memory configurations from YAML files. Each configuration specifies memory array parameters, cell types, voltages, and ADC settings used for peripheral estimation.

Structs§

  • Represents one memory configuration for peripheral estimation.

Enums§

  • Errors that can occur during configuration processing.

Functions§

  • read 🔒
    Deserializes a configuration from a YAML file.
  • Reads multiple configuration files and returns them indexed by name.

Type Aliases§

  • Configs 🔒
    A collection of memory configurations indexed by name.