diff options
| author | Timothy G Rogers <[email protected]> | 2018-09-07 23:19:04 -0400 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2018-09-07 23:19:04 -0400 |
| commit | f4116831d7354c80dcd3cf857fcb5be7b001d70f (patch) | |
| tree | 10508d940a3fd37061759befc785ecb42c8623b3 /src/abstract_hardware_model.h | |
| parent | 738f04e8c31843855881b2e24ba318dce04be1cd (diff) | |
| parent | 3082f63e86be2e115e4a071069dda8fe9452d366 (diff) | |
Merge pull request #23 from zhan2308/dev-purdue-integration
Add .nc option
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 |
