gem5/src/mem/cache
Ron Dreslinski b22d390721 Yet another small bug in mem system related to flow control
src/mem/cache/cache_impl.hh:
    When upgrades change to readEx make sure to allocate the block
    Fix dprintf

--HG--
extra : convert_revision : 8700a7e47ad042c8708302620b907849c4bfdded
2006-11-12 06:36:33 -05:00
..
coherence Refactor coherence state table initialization. 2006-10-21 13:43:14 -07:00
miss s/pktuest/request/ (all in comments) 2006-10-22 20:38:34 -07:00
prefetch Use PacketPtr everywhere 2006-10-20 00:10:12 -07:00
tags s/pktuest/request/ (all in comments) 2006-10-22 20:38:34 -07:00
base_cache.cc Fix functional access errors related to delayed respnoses in cachePort 2006-11-12 06:35:39 -05:00
base_cache.hh More fixes for functional accesses. It now makes the writeback memory leak to crash all configs. 2006-11-10 22:45:50 -05:00
cache.cc Was having difficulty with merging the cache, reverted to an early version and will add back in the patches to make it work soon. 2006-06-28 11:02:14 -04:00
cache.hh Use PacketPtr everywhere 2006-10-20 00:10:12 -07:00
cache_blk.hh First cut at LL/SC support in caches (atomic mode only). 2006-10-19 00:33:33 -07:00
cache_builder.cc Get rid of obsolete in-cache copy support. 2006-10-18 08:16:22 -07:00
cache_impl.hh Yet another small bug in mem system related to flow control 2006-11-12 06:36:33 -05:00