diff options
| author | tgrogers <[email protected]> | 2018-09-11 21:46:34 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2018-09-11 21:46:34 -0400 |
| commit | 879023148950e7322b5aa85dd98a60b3a069cd44 (patch) | |
| tree | 1523d02ee947078f89506e44516ebc7fc94c9bb9 /src/abstract_hardware_model.h | |
| parent | 46817ba62f475ba1202c31a8939ea1a1de81a410 (diff) | |
| parent | f4116831d7354c80dcd3cf857fcb5be7b001d70f (diff) | |
Merge branch 'dev-purdue-integration' of https://github.rcac.purdue.edu/TimRogersGroup/gpgpu-sim_distribution into dev-purdue-integration
Diffstat (limited to 'src/abstract_hardware_model.h')
| -rw-r--r-- | src/abstract_hardware_model.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h index 1b764e2..6df7b89 100644 --- a/src/abstract_hardware_model.h +++ b/src/abstract_hardware_model.h @@ -664,6 +664,7 @@ enum cache_operator_type { CACHE_ALL, // .ca CACHE_LAST_USE, // .lu CACHE_VOLATILE, // .cv + CACHE_L1, // .nc // loads and stores CACHE_STREAMING, // .cs |
