summaryrefslogtreecommitdiff
path: root/src/abstract_hardware_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/abstract_hardware_model.h')
-rw-r--r--src/abstract_hardware_model.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h
index 3bde119..183123b 100644
--- a/src/abstract_hardware_model.h
+++ b/src/abstract_hardware_model.h
@@ -495,6 +495,7 @@ enum mem_access_type {
L1_WRBK_ACC,
L2_WRBK_ACC,
INST_ACC_R,
+ L2_WR_ALLOC_R,
NUM_MEM_ACCESS_TYPE
};