diff options
author | Andreas Hansson <andreas.hansson@arm.com> | 2013-05-30 12:53:56 -0400 |
---|---|---|
committer | Andreas Hansson <andreas.hansson@arm.com> | 2013-05-30 12:53:56 -0400 |
commit | bf6291460d101a3051d7688b317800be6440208b (patch) | |
tree | f620f74280bb759349d5d43a0d14d8feb2baf118 /configs/common/MemConfig.py | |
parent | ce1ad84abd4ecefdb66b3d0b04b11310089e1578 (diff) | |
download | gem5-bf6291460d101a3051d7688b317800be6440208b.tar.xz |
mem: Add a LPDDR3-1600 configuration
This patch adds a typical (leaning towards fast) LPDDR3 configuration
based on publically available data. As expected, it looks very similar
to the LPDDR2-S4 configuration, only with a slightly lower burst time.
Diffstat (limited to 'configs/common/MemConfig.py')
-rw-r--r-- | configs/common/MemConfig.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/common/MemConfig.py b/configs/common/MemConfig.py index 4e772c3ea..0f36358cf 100644 --- a/configs/common/MemConfig.py +++ b/configs/common/MemConfig.py @@ -52,6 +52,7 @@ _mem_aliases_all = [ ("simple_mem", "SimpleMemory"), ("ddr3-1600", "SimpleDDR3"), ("lpddr2_s4-1066", "SimpleLPDDR2_S4"), + ("lpddr3-1600", "SimpleLPDDR3"), ("wio-200", "SimpleWideIO"), ] |