diff options
| author | negargoli93 <[email protected]> | 2018-08-16 15:20:07 -0700 |
|---|---|---|
| committer | negargoli93 <[email protected]> | 2018-08-16 15:20:07 -0700 |
| commit | 9e7cd8867d76fb99eadfadfa09947ff057d012d3 (patch) | |
| tree | c2808a60fadd28d00b2f474a04be8efc89c94aca /src/abstract_hardware_model.h | |
| parent | cdd42ac0384cb31bcee05ac72d026f1bc8133d26 (diff) | |
Timing model for VCORE
Diffstat (limited to 'src/abstract_hardware_model.h')
| -rw-r--r-- | src/abstract_hardware_model.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h index 7fe5d82..781509f 100644 --- a/src/abstract_hardware_model.h +++ b/src/abstract_hardware_model.h @@ -78,6 +78,7 @@ enum uarch_op_t { ALU_OP=1, SFU_OP, TENSOR_CORE_OP, + VP_CORE_OP, ALU_SFU_OP, LOAD_OP, STORE_OP, @@ -135,6 +136,7 @@ enum operation_pipeline_t { SP__OP, SFU__OP, TENSOR_CORE__OP, + VP_CORE__OP, MEM__OP }; typedef enum operation_pipeline_t operation_pipeline; |
