summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/gpu-cache.h
diff options
context:
space:
mode:
authorJRPAN <[email protected]>2020-11-15 15:41:39 -0500
committerJRPAN <[email protected]>2020-11-15 16:19:16 -0500
commit132c2ce4ef3ff12f984881ca4b6a8780797dacff (patch)
tree217e0dd13a004aec0e909d844918f9f3930f6770 /src/gpgpu-sim/gpu-cache.h
parentfa49b4a01aaf45fd6db7fc509c6dc774eee93ac1 (diff)
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 5c28b41..17c8c02 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
};