gem5/configs/example
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
..
arm arm, config: Add missing IOCache in bL config 2016-12-06 17:10:36 +00:00
apu_se.py gpu-compute: support in-order data delivery in GM pipe 2016-10-26 22:48:28 -04:00
etrace_replay.py config: Make configs/common a Python package 2016-10-14 10:37:38 -04:00
fs.py config: Fix missing include in fs.py 2017-01-09 09:32:13 -06:00
garnet_synth_traffic.py config: Break out base options for usage with NULL ISA 2016-10-26 14:50:54 -04:00
hmctest.py mem: Update DRAM configuration names 2017-02-14 15:09:18 -06:00
memcheck.py mem: Update DRAM configuration names 2017-02-14 15:09:18 -06:00
memtest.py mem: Split the hit_latency into tag_latency and data_latency 2016-11-30 17:10:27 -05:00
read_config.py config: Added missing types to JSON/INI Python reader 2015-11-22 05:10:21 -05:00
ruby_direct_test.py config: Break out base options for usage with NULL ISA 2016-10-26 14:50:54 -04:00
ruby_gpu_random_test.py config: Break out base options for usage with NULL ISA 2016-10-26 14:50:54 -04:00
ruby_mem_test.py config: Break out base options for usage with NULL ISA 2016-10-26 14:50:54 -04:00
ruby_random_test.py config: Break out base options for usage with NULL ISA 2016-10-26 14:50:54 -04:00
se.py config: Make configs/common a Python package 2016-10-14 10:37:38 -04:00