gem5/src/cpu/memtest
Steve Reinhardt 6c5a3ab8b2 Add ReadRespWithInvalidate to handle multi-level coherence situation
where we defer a response to a read from a far-away cache A, then later
defer a ReadExcl from a cache B on the same bus as us.  We'll assert
MemInhibit in both cases, but in the latter case MemInhibit will keep
the invalidation from reaching cache A.  This special response tells
cache A that it gets the block to satisfy its read, but must immediately
invalidate it.

--HG--
extra : convert_revision : f85c8b47bb30232da37ac861b50a6539dc81161b
2008-01-02 15:22:38 -08:00
..
memtest.cc Add ReadRespWithInvalidate to handle multi-level coherence situation 2008-01-02 15:22:38 -08:00
memtest.hh Additional comments and helper functions for PrintReq. 2008-01-02 13:46:22 -08:00
MemTest.py params: Deprecate old-style constructors; update most SimObject constructors. 2007-08-30 15:16:59 -04:00
SConscript Traceflags: Add SCons function to created a traceflag instead of having one file with them all. 2007-10-31 01:21:54 -04:00