gem5/configs/common
Wendy Elsasser ca0fd665dc mem: Update DRAM configuration names
Names of DRAM configurations were updated to reflect both
the channel and device data width.

Previous naming format was:
	<DEVICE_TYPE>_<DATA_RATE>_<CHANNEL_WIDTH>

The following nomenclature is now used:
	<DEVICE_TYPE>_<DATA_RATE>_<n>x<w>
where n = The number of devices per rank on the channel
      x = Device width

Total channel width can be calculated by n*w

Example:
A 64-bit DDR4, 2400 channel consisting of 4-bit devices:
	n = 16
	w = 4
The resulting configuration name is:
	DDR4_2400_16x4

Updated scripts to match new naming convention.

Added unique configurations for DDR4 for:
1) 16x4
2) 8x8
3) 4x16

Change-Id: Ibd7f763b7248835c624309143cb9fc29d56a69d1
Reviewed-by: Radhika Jagtap <radhika.jagtap@arm.com>
Reviewed-by: Curtis Dunham <curtis.dunham@arm.com>
2017-02-14 15:09:18 -06:00
..
__init__.py config: Make configs/common a Python package 2016-10-14 10:37:38 -04:00
Benchmarks.py config: Specify OS type and release on command line 2015-03-19 04:06:14 -04:00
CacheConfig.py mem: Add snoop filter to SystemXBar by default 2016-08-12 14:11:45 +01:00
Caches.py sim: Remove redundant buildEnv import 2016-12-19 16:25:37 +00:00
cpu2000.py arm: Add support for ARMv8 (AArch64 & AArch32) 2014-01-24 15:29:34 -06:00
CpuConfig.py config: Break out base options for usage with NULL ISA 2016-10-26 14:50:54 -04:00
FSConfig.py config: Break out base options for usage with NULL ISA 2016-10-26 14:50:54 -04:00
GPUTLBConfig.py gpu-compute: AMD's baseline GPU model 2016-01-19 14:28:22 -05:00
GPUTLBOptions.py gpu-compute: AMD's baseline GPU model 2016-01-19 14:28:22 -05:00
HMC.py mem: Update DRAM configuration names 2017-02-14 15:09:18 -06:00
MemConfig.py mem: Update DRAM configuration names 2017-02-14 15:09:18 -06:00
O3_ARM_v7a.py mem: Split the hit_latency into tag_latency and data_latency 2016-11-30 17:10:27 -05:00
Options.py mem: Update DRAM configuration names 2017-02-14 15:09:18 -06:00
PlatformConfig.py config: Break out base options for usage with NULL ISA 2016-10-26 14:50:54 -04:00
SimpleOpts.py config: Add configs scripts used in Learning gem5 2015-09-16 09:35:36 -05:00
Simulation.py config: Break out base options for usage with NULL ISA 2016-10-26 14:50:54 -04:00
SysPaths.py config: expand '~' and '~user' in paths 2015-03-23 16:14:19 -07:00