diff options
| author | JRPAN <[email protected]> | 2020-11-15 15:41:39 -0500 |
|---|---|---|
| committer | JRPAN <[email protected]> | 2020-11-15 16:19:16 -0500 |
| commit | 132c2ce4ef3ff12f984881ca4b6a8780797dacff (patch) | |
| tree | 217e0dd13a004aec0e909d844918f9f3930f6770 /src/gpgpu-sim/gpu-cache.h | |
| parent | fa49b4a01aaf45fd6db7fc509c6dc774eee93ac1 (diff) | |
added MSHR_HIT
Diffstat (limited to 'src/gpgpu-sim/gpu-cache.h')
| -rw-r--r-- | src/gpgpu-sim/gpu-cache.h | 1 |
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 }; |
