Review Board 2.0.15


ruby: Remove the RubyCache/CacheMemory latency

Review Request #2841 - Created May 21, 2015 and submitted

Information
Joel Hestness
gem5
default
Reviewers
Default
Changeset 10933:cf3a413d2c38
---------------------------
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.

Small tests with all different protocols to verify appropriate performance
changes.

Please consider this patch as a substitute for http://reviews.gem5.org/r/2796/

Issue Summary

3 0 1 2
Review request changed
Updated (Aug. 14, 2015, 7:14 a.m.)

Status: Closed (submitted)