gem5/src/mem/cache
Ron Dreslinski f89b56b61a Check the response queue on functional accesses.
The response queue is not tying up an MSHR, should we change that or assume infinite storage for responses?

src/mem/cache/base_cache.cc:
src/mem/tport.cc:
    Add in functional check of retry queued packets.

--HG--
extra : convert_revision : 0cb40b3a96d37a5e9eec95312d660ec6a9ce526a
2006-10-12 13:59:03 -04:00
..
coherence Fix how upgrades work. 2006-10-09 19:15:24 -04:00
miss Fix problems with unCacheable addresses in timing-coherence 2006-10-12 13:33:21 -04:00
prefetch Pulled out changes to fix EIO programs with caches. Also fixes any translatingPort read/write Blob function problems with caches. 2006-08-15 16:21:46 -04:00
tags Pulled out changes to fix EIO programs with caches. Also fixes any translatingPort read/write Blob function problems with caches. 2006-08-15 16:21:46 -04:00
base_cache.cc Check the response queue on functional accesses. 2006-10-12 13:59:03 -04:00
base_cache.hh Some more code cleanup 2006-10-10 17:25:50 -04: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 Fix several bugs pertaining to upgrades/mem leaks. 2006-10-10 01:32:18 -04:00
cache_blk.hh #include of iostream needed. 2006-08-11 20:23:31 -04:00
cache_builder.cc Fix the packet data allocation methods. Small fixes from changesets after my initial work. 2006-06-30 11:34:27 -04:00
cache_impl.hh Fix problems with unCacheable addresses in timing-coherence 2006-10-12 13:33:21 -04:00