gem5/configs/ruby
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
..
CntrlBase.py config: add base class for ruby controllers 2015-07-20 09:15:18 -05:00
MESI_Three_Level.py ruby: Remove the RubyCache/CacheMemory latency 2015-08-14 00:19:37 -05:00
MESI_Two_Level.py ruby: Remove the RubyCache/CacheMemory latency 2015-08-14 00:19:37 -05:00
MI_example.py ruby: Remove the RubyCache/CacheMemory latency 2015-08-14 00:19:37 -05:00
MOESI_CMP_directory.py ruby: Remove the RubyCache/CacheMemory latency 2015-08-14 00:19:37 -05:00
MOESI_CMP_token.py ruby: Remove the RubyCache/CacheMemory latency 2015-08-14 00:19:37 -05:00
MOESI_hammer.py ruby: Remove the RubyCache/CacheMemory latency 2015-08-14 00:19:37 -05:00
Network_test.py ruby: Remove the RubyCache/CacheMemory latency 2015-08-14 00:19:37 -05:00
Ruby.py config: Update location of ruby topologies in help 2015-07-04 10:43:47 -05:00