summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/dram.h
diff options
context:
space:
mode:
authorMahmoud <[email protected]>2019-10-16 15:35:04 -0400
committerMahmoud <[email protected]>2019-10-16 15:35:04 -0400
commit2f2ee7256ffd03e9bce838f74651254c1588cb39 (patch)
treed713d6d2ae8f8d94135fe48f944272e338e85854 /src/gpgpu-sim/dram.h
parentbce4e08d51e3f5817f174f639c56f34104b6efe1 (diff)
fixing the IPOLY L2 and Dram indexing
Diffstat (limited to 'src/gpgpu-sim/dram.h')
-rw-r--r--src/gpgpu-sim/dram.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpgpu-sim/dram.h b/src/gpgpu-sim/dram.h
index 0bd9725..df7379e 100644
--- a/src/gpgpu-sim/dram.h
+++ b/src/gpgpu-sim/dram.h
@@ -97,6 +97,7 @@ struct bank_t
enum bank_index_function{
LINEAR_BK_INDEX = 0,
BITWISE_XORING_BK_INDEX,
+ IPOLY_BK_INDEX,
CUSTOM_BK_INDEX
};