gem5.components.memory.dram_interfaces.lpddr3 module

Interfaces for LPDDR3 memory devices

These memory “interfaces” contain the timing,energy,etc parameters for each memory type and are usually based on datasheets for the memory devices.

You can use these interfaces in the MemCtrl object as the dram timing interface.

class gem5.components.memory.dram_interfaces.lpddr3.LPDDR3_1600_1x32(**kwargs)

Bases: DRAMInterface

A single LPDDR3 x32 interface (one command/address bus), with default timings based on a LPDDR3-1600 4 Gbit part (Micron EDF8132A1MC) in a 1x32 configuration.

abstract = False
cxx_exports = []
cxx_extra_bases = []
cxx_param_exports = []
cxx_template_params = []