From de6ccea3c6d23b788acecb0744221a4f6078597a Mon Sep 17 00:00:00 2001 From: bd Date: Sun, 27 Apr 2025 00:11:54 -0400 Subject: Replace view function with get_data --- inc/definitions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/definitions.h') 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(MEM_WORD_SPEC - LINE_SPEC) #define MEM_WORDS static_cast(pow(2, MEM_WORD_SPEC)) #define MEM_LINES static_cast(pow(2, MEM_LINE_SPEC)) -- cgit v1.2.3