gem5/tests/configs
Ron Dreslinski 45f881a4ce First pass at snooping stuff that compiles and doesn't break.
Still need:
-Handle NACK's on the recieve side
-Distinguish top level caches
-Handle repsonses from caches failing the fast path
-Handle BusError and propogate it
-Fix the invalidate packet associated with snooping in the cache

src/mem/bus.cc:
    Make sure to snoop on functional accesses
src/mem/cache/base_cache.cc:
    Wait to make a request into a response until it is ready to be issued
src/mem/cache/base_cache.hh:
    Support range changes for snoops
    Set up snoop responses for cache->cache transfers
src/mem/cache/cache_impl.hh:
    Only access the cache if it wasn't satisfied by cache->cache transfer
    Handle snoop phases (detect block, then snoop)
    Fix functional access to work properly (still need to fix snoop path for functional accesses)

--HG--
extra : convert_revision : 4c25f11d7a996c1f56f4f7b55dde87a344e5fdf8
2006-10-05 21:10:03 -04:00
..
o3-timing-mp.py First pass at snooping stuff that compiles and doesn't break. 2006-10-05 21:10:03 -04:00
o3-timing.py Add o3-timing configuration for ALPHA_SE "Hello world" tests. 2006-09-01 17:59:36 -04:00
simple-atomic-mp.py First pass at snooping stuff that compiles and doesn't break. 2006-10-05 21:10:03 -04:00
simple-atomic.py Add caches in, fix cpu.mem param 2006-08-18 00:16:23 -04:00
simple-timing.py Merge zizzer:/z/m5/Bitkeeper/newmem 2006-08-21 13:20:35 -04:00
tsunami-simple-atomic-dual.py Add caches in, fix cpu.mem param 2006-08-18 00:16:23 -04:00
tsunami-simple-atomic.py Add caches in, fix cpu.mem param 2006-08-18 00:16:23 -04:00
tsunami-simple-timing-dual.py Add caches in, fix cpu.mem param 2006-08-18 00:16:23 -04:00
tsunami-simple-timing.py Add caches in, fix cpu.mem param 2006-08-18 00:16:23 -04:00