Cache: add a response latency to the caches
Review Request #1404 - Created Sept. 7, 2012 and submitted
| Information | |
|---|---|
| Ali Saidi | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9211:7e42c10417f2 --------------------------- Cache: add a response latency to the caches In the current caches the hit latency is paid twice on a miss. This patch lets a configurable response latency be set of the cache for the backward path.
Posted (Sept. 10, 2012, 8:38 a.m.)
-
src/mem/cache/BaseCache.py (Diff revision 1) -
The comment should probably be updated
-
src/mem/cache/base.hh (Diff revision 1) -
I didn't know this style comment was ok. * on each line?
-
src/mem/cache/cache_impl.hh (Diff revision 1) -
...to the core -> ...to an upper level?
-
src/mem/cache/cache_impl.hh (Diff revision 1) -
same as before, not always to the core, could be just upper levels
-
tests/configs/inorder-timing.py (Diff revision 1) -
Not sure about 80 char and indentation.
Ship It!
