lpddr4_system
Top-level system model for the LPDDR4 hardware architecture.
Lpddr4System
Bases: SystemBase
Coordinates the connection of all sub-components and defines the overall system layout.
Source code in src/ecc_analyzer/models/lpddr4/lpddr4_system.py
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | |
configure_system()
Defines the hierarchical structure of the LPDDR4 system. Constructs the main DRAM processing chain and merges it with other hardware components.
Source code in src/ecc_analyzer/models/lpddr4/lpddr4_system.py
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | |