summaryrefslogtreecommitdiff
path: root/inc/definitions.h
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-03-10 22:07:36 -0400
committerbd <bdunahu@operationnull.com>2025-03-10 22:07:36 -0400
commit85078b99e4cf652fcbd5f4d36b061674a2fe8aa6 (patch)
tree1e3097ec91c7fcd7fc9d00f912b46814900201f0 /inc/definitions.h
parent25d6d41af95cc2a2db3ba2651e5d784413c7058f (diff)
overload << operator for dram
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 98c4575..62ed0f6 100644
--- a/inc/definitions.h
+++ b/inc/definitions.h
@@ -16,7 +16,7 @@
* The number of bits to specify a memory line
* calculated as: (/ (expt 2 15) 4)
*/
-#define MEM_SPEC 13
+#define MEM_SPEC 8
/**
* The total number of words in memory
*/