summaryrefslogtreecommitdiff
path: root/src/mem/ruby/slicc_interface/RubySlicc_ComponentMapping.cc
AgeCommit message (Collapse)Author
2011-08-03Ruby: Remove files and includes not in useNilay Vaish
2011-04-15includes: sort all includesNathan Binkert
2010-03-22ruby: style passNathan Binkert
2010-01-29ruby: removed last level cache supportBrad Beckmann
Removed the last level cache support and MOESI_hammer's dependency on it. Replaces the LLC support with the more generic MachineType count.
2009-11-18ruby: returns the number of LLC needed for broadcastBrad Beckmann
Added feature to CacheMemory to return the number of last level caches. This count is need for broadcast protocols such as MOESI_hammer.