diff options
| author | Mengchi Zhang <[email protected]> | 2018-09-06 16:33:18 -0400 |
|---|---|---|
| committer | Mengchi Zhang <[email protected]> | 2018-09-06 16:45:05 -0400 |
| commit | 3082f63e86be2e115e4a071069dda8fe9452d366 (patch) | |
| tree | 10508d940a3fd37061759befc785ecb42c8623b3 /src/abstract_hardware_model.h | |
| parent | 738f04e8c31843855881b2e24ba318dce04be1cd (diff) | |
Add .nc option
Signed-off-by: Mengchi Zhang <[email protected]>
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 |
