summaryrefslogtreecommitdiff
path: root/src/mem/cache/cache_blk.hh
AgeCommit message (Expand)Author
2018-12-07mem-cache: Workaround for setWhenReady assertionDaniel R. Carvalho
2018-12-04mem-cache: Add getter and setter to CacheBlk::whenReadyDaniel R. Carvalho
2018-11-26mem-cache: Add setters to validate and secure blockDaniel R. Carvalho
2018-10-11mem-cache: Rename blk.cc/hh to cache_blk.cc/hhDaniel R. Carvalho
2008-02-10Rename cache files for brevity and consistency with rest of tree.Steve Reinhardt
2008-01-02Additional comments and helper functions for PrintReq.Steve Reinhardt
2008-01-02Add functional PrintReq command for memory-system debugging.Steve Reinhardt
2007-06-17More major reorg of cache. Seems to work for atomic mode now,Steve Reinhardt
2007-03-06Move all of the parameters of the Root SimObject so they areNathan Binkert
2007-02-12rename store conditional stuff as extra data so it can be used for conditiona...Ali Saidi
2006-10-19First cut at LL/SC support in caches (atomic mode only).Steve Reinhardt
2006-10-14Get rid of unused CacheBlk << output operator.Steve Reinhardt
2006-08-11#include of iostream needed.Gabe Black
2006-06-28More Changes, working towards cache.cc compiling. Headers cleaned up.Ron Dreslinski
2006-06-28Backing in more changsets, getting closer to compileRon Dreslinski
2006-06-28Was having difficulty with merging the cache, reverted to an early version an...Ron Dreslinski