summaryrefslogtreecommitdiff
path: root/src/abstract_hardware_model.h
diff options
context:
space:
mode:
authorMahmoud Khairy A. Abdallah <[email protected]>2021-01-28 10:27:11 -0500
committerMahmoud Khairy A. Abdallah <[email protected]>2021-01-28 10:27:11 -0500
commit5ac0b60b019e05d5d35c59922657836152df62f0 (patch)
treee1018d8befca401717466f9028e885550d0e619f /src/abstract_hardware_model.h
parent90ec3399763d7c8512cfe7dc193473086c38ca38 (diff)
parente6b0608f8861818934b02f35f32300d0014ec72f (diff)
Merge branch 'dev' of https://github.com/accel-sim/gpgpu-sim_distribution into HEAD
Diffstat (limited to 'src/abstract_hardware_model.h')
-rw-r--r--src/abstract_hardware_model.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h
index 49f3e9f..c012de0 100644
--- a/src/abstract_hardware_model.h
+++ b/src/abstract_hardware_model.h
@@ -75,8 +75,8 @@ enum AdaptiveCache { FIXED = 0, ADAPTIVE_VOLTA = 1 };
typedef unsigned long long new_addr_type;
typedef unsigned long long cudaTextureObject_t;
-typedef unsigned address_type;
-typedef unsigned addr_t;
+typedef unsigned long long address_type;
+typedef unsigned long long addr_t;
// the following are operations the timing model can see
#define SPECIALIZED_UNIT_NUM 8