summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-14 20:19:32 -0400
committerbd <bdunahu@operationnull.com>2025-04-14 20:19:32 -0400
commit432e6f63ab4742ebf34ba7d031e269af810aa93f (patch)
treed554a331b416a22883d1da0eb1b5195db49638d9 /inc
parentee433509972d9390a52f188e902eb74e55596822 (diff)
Add two-level cache test
Diffstat (limited to 'inc')
-rw-r--r--inc/definitions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/definitions.h b/inc/definitions.h
index db43426..8513361 100644
--- a/inc/definitions.h
+++ b/inc/definitions.h
@@ -20,7 +20,7 @@
* The number of bits to specify a memory line
* The total number of lines in memory
*/
-#define MEM_WORD_SPEC 10
+#define MEM_WORD_SPEC 16
#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))