summaryrefslogtreecommitdiff
path: root/inc/definitions.h
diff options
context:
space:
mode:
authorSiddarth Suresh <155843085+SiddarthSuresh98@users.noreply.github.com>2025-04-27 17:54:41 -0400
committerGitHub <noreply@github.com>2025-04-27 17:54:41 -0400
commitecb0d131e786b1fec5233c7674ba6710ce201c83 (patch)
tree78bfefa262912b0f26a27a1b741c082a2a6e8176 /inc/definitions.h
parent6f99f95d9968ea5c83bf5a467bd4bc64750075a3 (diff)
parentde6ccea3c6d23b788acecb0744221a4f6078597a (diff)
Merge pull request #8 from bdunahu/bdunahu
Replace view function with get_data
Diffstat (limited to 'inc/definitions.h')
-rw-r--r--inc/definitions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/definitions.h b/inc/definitions.h
index 020f995..f0946b8 100644
--- a/inc/definitions.h
+++ b/inc/definitions.h
@@ -37,7 +37,7 @@
* The number of bits to specify a memory line
* The total number of lines in memory
*/
-#define MEM_WORD_SPEC 16
+#define MEM_WORD_SPEC 14
#define MEM_LINE_SPEC static_cast<unsigned int>(MEM_WORD_SPEC - LINE_SPEC)
#define MEM_WORDS static_cast<int>(pow(2, MEM_WORD_SPEC))
#define MEM_LINES static_cast<int>(pow(2, MEM_LINE_SPEC))