gem5/configs
Joel Hestness 9567c839fe ruby: Remove the RubyCache/CacheMemory latency
The RubyCache (CacheMemory) latency parameter is only used for top-level caches
instantiated for Ruby coherence protocols. However, the top-level cache hit
latency is assessed by the Sequencer as accesses flow through to the cache
hierarchy. Further, protocol state machines should be enforcing these cache hit
latencies, but RubyCaches do not expose their latency to any existng state
machines through the SLICC/C++ interface. Thus, the RubyCache latency parameter
is superfluous for all caches. This is confusing for users.

As a step toward pushing L0/L1 cache hit latency into the top-level cache
controllers, move their latencies out of the RubyCache declarations and over to
their Sequencers. Eventually, these Sequencer parameters should be exposed as
parameters to the top-level cache controllers, which should assess the latency.
NOTE: Assessing these latencies in the cache controllers will require modifying
each to eliminate instantaneous Ruby hit callbacks in transitions that finish
accesses, which is likely a large undertaking.
2015-08-14 00:19:37 -05:00
..
boot rcs scripts: remove bbench.rcS 2013-04-02 12:46:49 -04:00
common misc: Coupling gem5 with SystemC TLM2.0 2015-08-03 23:08:40 -05:00
dram config: Use null memory for DRAM sweep script 2015-05-15 13:38:46 -04:00
example configs: network test: remove redundant physical memory 2015-07-21 10:08:25 -05:00
ruby ruby: Remove the RubyCache/CacheMemory latency 2015-08-14 00:19:37 -05:00
splash2 mem: Move crossbar default latencies to subclasses 2015-03-02 04:00:47 -05:00
topologies config: topologies: slight code refactor 2014-02-23 19:16:15 -06:00