summaryrefslogtreecommitdiff
path: root/src/mem/ruby/structures/RubyCache.py
AgeCommit message (Collapse)Author
2016-01-19gpu-compute: AMD's baseline GPU modelTony Gutierrez
2015-08-21ruby: Move Rubys cache class from Cache.py to RubyCache.pyAndreas Hansson
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