summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/gpu-sim.h
diff options
context:
space:
mode:
authorMahmoud <[email protected]>2017-09-12 18:53:26 -0400
committerMahmoud <[email protected]>2017-09-12 18:53:26 -0400
commitf678104dcc3e5c970b871244e18e38f97c0caaa5 (patch)
treedce9c77eace10f87b93b581e435cbe0c17907e02 /src/gpgpu-sim/gpu-sim.h
parentbff1764efb3e1dc91d61190ab61909ac345ec2f0 (diff)
Adding HBM model
Diffstat (limited to 'src/gpgpu-sim/gpu-sim.h')
-rw-r--r--src/gpgpu-sim/gpu-sim.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gpgpu-sim/gpu-sim.h b/src/gpgpu-sim/gpu-sim.h
index 7d92c66..f379a17 100644
--- a/src/gpgpu-sim/gpu-sim.h
+++ b/src/gpgpu-sim/gpu-sim.h
@@ -270,6 +270,10 @@ struct memory_config {
linear_to_raw_address_translation m_address_mapping;
unsigned icnt_flit_size;
+
+ unsigned dram_bnk_indexing_policy;
+ unsigned dram_bnkgrp_indexing_policy;
+ bool dual_bus_interface;
};
// global counters and flags (please try not to add to this list!!!)