gem5/src/mem/ruby/structures
Andreas Hansson d71a0d790d ruby: Move Rubys cache class from Cache.py to RubyCache.py
This patch serves to avoid name clashes with the classic cache. For
some reason having two 'SimObject' files with the same name creates
problems.

--HG--
rename : src/mem/ruby/structures/Cache.py => src/mem/ruby/structures/RubyCache.py
2015-08-21 07:03:21 -04:00
..
AbstractReplacementPolicy.cc ruby: reverts to changeset: bf82f1f7b040 2015-08-19 10:02:01 -05:00
AbstractReplacementPolicy.hh ruby: reverts to changeset: bf82f1f7b040 2015-08-19 10:02:01 -05:00
BankedArray.cc ruby: reverts to changeset: bf82f1f7b040 2015-08-19 10:02:01 -05:00
BankedArray.hh ruby: reverts to changeset: bf82f1f7b040 2015-08-19 10:02:01 -05:00
CacheMemory.cc ruby: reverts to changeset: bf82f1f7b040 2015-08-19 10:02:01 -05:00
CacheMemory.hh ruby: reverts to changeset: bf82f1f7b040 2015-08-19 10:02:01 -05:00
DirectoryMemory.cc ruby: reverts to changeset: bf82f1f7b040 2015-08-19 10:02:01 -05:00
DirectoryMemory.hh ruby: reverts to changeset: bf82f1f7b040 2015-08-19 10:02:01 -05:00
DirectoryMemory.py ruby: interface with classic memory controller 2014-11-06 05:42:21 -06:00
LRUPolicy.cc ruby: reverts to changeset: bf82f1f7b040 2015-08-19 10:02:01 -05:00
LRUPolicy.hh ruby: reverts to changeset: bf82f1f7b040 2015-08-19 10:02:01 -05:00
LRUReplacementPolicy.py ruby: initialize replacement policies with their own simobjs 2015-07-20 09:15:18 -05:00
MemoryNode.cc ruby: interface with classic memory controller 2014-11-06 05:42:21 -06:00
MemoryNode.hh ruby: replace Address by Addr 2015-08-14 12:04:51 -05:00
PerfectCacheMemory.hh ruby: replace Address by Addr 2015-08-14 12:04:51 -05:00
PersistentTable.cc ruby: replace Address by Addr 2015-08-14 12:04:51 -05:00
PersistentTable.hh ruby: replace Address by Addr 2015-08-14 12:04:51 -05:00
Prefetcher.cc ruby: replace Address by Addr 2015-08-14 12:04:51 -05:00
Prefetcher.hh ruby: replace Address by Addr 2015-08-14 12:04:51 -05:00
PseudoLRUPolicy.cc ruby: reverts to changeset: bf82f1f7b040 2015-08-19 10:02:01 -05:00
PseudoLRUPolicy.hh ruby: reverts to changeset: bf82f1f7b040 2015-08-19 10:02:01 -05:00
PseudoLRUReplacementPolicy.py ruby: initialize replacement policies with their own simobjs 2015-07-20 09:15:18 -05:00
ReplacementPolicy.py ruby: initialize replacement policies with their own simobjs 2015-07-20 09:15:18 -05:00
RubyCache.py ruby: Move Rubys cache class from Cache.py to RubyCache.py 2015-08-21 07:03:21 -04:00
RubyMemoryControl.cc ruby: reverts to changeset: bf82f1f7b040 2015-08-19 10:02:01 -05:00
RubyMemoryControl.hh ruby: reverts to changeset: bf82f1f7b040 2015-08-19 10:02:01 -05:00
RubyMemoryControl.py ruby: interface with classic memory controller 2014-11-06 05:42:21 -06:00
RubyPrefetcher.py mem: Dynamically determine page bytes in memory components 2014-10-16 05:49:43 -04:00
SConscript ruby: Move Rubys cache class from Cache.py to RubyCache.py 2015-08-21 07:03:21 -04:00
TBETable.hh ruby: replace Address by Addr 2015-08-14 12:04:51 -05:00
TimerTable.cc ruby: replace Address by Addr 2015-08-14 12:04:51 -05:00
TimerTable.hh ruby: replace Address by Addr 2015-08-14 12:04:51 -05:00
WireBuffer.cc ruby: replace global g_system_ptr with per-object pointers 2015-07-10 16:05:23 -05:00
WireBuffer.hh ruby: replace global g_system_ptr with per-object pointers 2015-07-10 16:05:23 -05:00
WireBuffer.py ruby: replace global g_system_ptr with per-object pointers 2015-07-10 16:05:23 -05:00