gem5/configs/example
Sophiane Senni ce2722cdd9 mem: Split the hit_latency into tag_latency and data_latency
If the cache access mode is parallel, i.e. "sequential_access" parameter
is set to "False", tags and data are accessed in parallel. Therefore,
the hit_latency is the maximum latency between tag_latency and
data_latency. On the other hand, if the cache access mode is
sequential, i.e. "sequential_access" parameter is set to "True",
tags and data are accessed sequentially. Therefore, the hit_latency
is the sum of tag_latency plus data_latency.

Signed-off-by: Jason Lowe-Power <jason@lowepower.com>
2016-11-30 17:10:27 -05:00
..
arm mem: Split the hit_latency into tag_latency and data_latency 2016-11-30 17:10:27 -05: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: Make configs/common a Python package 2016-10-14 10:37:38 -04: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 config: Make configs/common a Python package 2016-10-14 10:37:38 -04:00
memcheck.py mem: Split the hit_latency into tag_latency and data_latency 2016-11-30 17:10:27 -05: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