summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/addrdec.h
diff options
context:
space:
mode:
authorMahmoud <[email protected]>2020-06-01 14:56:30 -0400
committerMahmoud <[email protected]>2020-06-01 14:56:30 -0400
commit3e580ee62a9cc8010930f692d8a6201a31ed77e0 (patch)
treebe6af48c39a4615c951f66b4ea936ae085e418da /src/gpgpu-sim/addrdec.h
parentb53dcfc7b079a06f26b25cedcc09c4843ef1a6b9 (diff)
moving all ipoly equstions to one file
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 dd0e5a0..d8db416 100644
--- a/src/gpgpu-sim/addrdec.h
+++ b/src/gpgpu-sim/addrdec.h
@@ -87,8 +87,10 @@ class linear_to_raw_address_translation {
unsigned int gap;
unsigned m_n_channel;
int m_n_sub_partition_in_channel;
+ int m_n_sub_partition_total;
unsigned log2channel;
unsigned log2sub_partition;
+ unsigned nextPowerOf2_m_n_channel;
};
#endif