mem: More descriptive DRAM config names
authorAndreas Hansson <andreas.hansson@arm.com>
Thu, 30 May 2013 16:54:14 +0000 (12:54 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Thu, 30 May 2013 16:54:14 +0000 (12:54 -0400)
commit3bc4ecdcb4785a976a1c3fd463bf7052b8415d8b
tree309adeb0381c44177d4992a79a5590ba90f61a7e
parent83d99aebb1dcbe015e752fd74e9cd5c6b5ea0380
mem: More descriptive DRAM config names

This patch changes the class names of the variuos DRAM configurations
to better reflect what memory they are based on. The speed and
interface width is now part of the name, and also the alias that is
used to select them on the command line.

Some minor changes are done to the actual parameters, to better
reflect the named configurations. As a result of these changes the
regressions change slightly and the stats will be bumped in a separate
patch.
13 files changed:
configs/common/MemConfig.py
src/mem/SimpleDRAM.py
tests/configs/alpha_generic.py
tests/configs/arm_generic.py
tests/configs/inorder-timing.py
tests/configs/o3-timing-checker.py
tests/configs/o3-timing-mp.py
tests/configs/o3-timing.py
tests/configs/pc-simple-timing-ruby.py
tests/configs/t1000-simple-atomic.py
tests/configs/tgen-simple-dram.py
tests/configs/twosys-tsunami-simple-atomic.py
tests/configs/x86_generic.py