summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/gpu-cache.h
diff options
context:
space:
mode:
authormkhairy <[email protected]>2020-11-22 15:25:45 -0500
committerGitHub <[email protected]>2020-11-22 15:25:45 -0500
commit85e36b9694d4b063022bc47c2f98c6ff8ac04f73 (patch)
tree967ad208b5cf12f65e3c9dae748a4efde2f779e3 /src/gpgpu-sim/gpu-cache.h
parent2d73b61a51d9f7ed4c2af92ee214a79922c97925 (diff)
parent132c2ce4ef3ff12f984881ca4b6a8780797dacff (diff)
Merge pull request #6 from JRPan/add_mshr
added MSHR_HIT
Diffstat (limited to 'src/gpgpu-sim/gpu-cache.h')
-rw-r--r--src/gpgpu-sim/gpu-cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpgpu-sim/gpu-cache.h b/src/gpgpu-sim/gpu-cache.h
index 25d0b78..26369c3 100644
--- a/src/gpgpu-sim/gpu-cache.h
+++ b/src/gpgpu-sim/gpu-cache.h
@@ -49,6 +49,7 @@ enum cache_request_status {
MISS,
RESERVATION_FAIL,
SECTOR_MISS,
+ MSHR_HIT,
NUM_CACHE_REQUEST_STATUS
};