summaryrefslogtreecommitdiff
path: root/src/abstract_hardware_model.h
diff options
context:
space:
mode:
authorMahmoud <[email protected]>2017-09-13 16:03:39 -0400
committerMahmoud <[email protected]>2017-09-13 16:03:39 -0400
commit355de7f8d033a4b5082cb0816650d880f05d81c8 (patch)
tree8a4c64e935caf189f2511cf9a20778e11a149ddf /src/abstract_hardware_model.h
parentbd45b8f49f35827dfaa7b5273dda85f0c442fe13 (diff)
Adding sperate dp_unit
Diffstat (limited to 'src/abstract_hardware_model.h')
-rw-r--r--src/abstract_hardware_model.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h
index 910a9ed..7d7773c 100644
--- a/src/abstract_hardware_model.h
+++ b/src/abstract_hardware_model.h
@@ -76,6 +76,7 @@ enum uarch_op_t {
NO_OP=-1,
ALU_OP=1,
SFU_OP,
+ DP_OP,
ALU_SFU_OP,
LOAD_OP,
STORE_OP,
@@ -131,6 +132,7 @@ typedef enum special_operations_t special_ops; // Required to identify for the p
enum operation_pipeline_t {
UNKOWN_OP,
SP__OP,
+ DP__OP,
SFU__OP,
MEM__OP
};