Fixes for functional accesses to use the snoop path.
authorRon Dreslinski <rdreslin@umich.edu>
Fri, 6 Oct 2006 03:28:03 +0000 (23:28 -0400)
committerRon Dreslinski <rdreslin@umich.edu>
Fri, 6 Oct 2006 03:28:03 +0000 (23:28 -0400)
commit212c5aefb580375417d357d821255c67a8d90fdf
treeb4295efc66b5ee924035d948b00bd5127f2a5ffa
parent45f881a4ced25105267799432c0f526400f0ba9e
Fixes for functional accesses to use the snoop path.
And small other tweaks to snooping coherence.

src/mem/cache/base_cache.hh:
    Make timing response at the time of send.
src/mem/cache/cache.hh:
src/mem/cache/cache_impl.hh:
    Update probe interface to be bi-directional for functional accesses
src/mem/packet.hh:
    Add the function to create an atomic response to a given request

--HG--
extra : convert_revision : 04075a117cf30a7df16e6d3ce485543cc77d4ca6
src/mem/cache/base_cache.hh
src/mem/cache/cache.hh
src/mem/cache/cache_impl.hh
src/mem/packet.hh
tests/configs/simple-timing-mp.py [new file with mode: 0644]