summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/addrdec.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/addrdec.h
parentbce4e08d51e3f5817f174f639c56f34104b6efe1 (diff)
fixing the IPOLY L2 and Dram indexing
Diffstat (limited to 'src/gpgpu-sim/addrdec.h')
-rw-r--r--src/gpgpu-sim/addrdec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpgpu-sim/addrdec.h b/src/gpgpu-sim/addrdec.h
index c9a1420..12123f5 100644
--- a/src/gpgpu-sim/addrdec.h
+++ b/src/gpgpu-sim/addrdec.h
@@ -94,6 +94,8 @@ private:
unsigned int gap;
unsigned m_n_channel;
int m_n_sub_partition_in_channel;
+ unsigned log2channel;
+ unsigned log2sub_partition;
};