summaryrefslogtreecommitdiff
path: root/inc/definitions.h
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-28 21:37:40 -0400
committerbd <bdunahu@operationnull.com>2025-04-28 21:37:40 -0400
commit3c9fe9d5f3ecb82d10c0e1dc59fba509cdfc20e7 (patch)
tree6654684e384e1025c10882f10d29457d877b0cff /inc/definitions.h
parentde6ccea3c6d23b788acecb0744221a4f6078597a (diff)
Fixed bugs introduced with cache ways, small cleanups
Diffstat (limited to 'inc/definitions.h')
-rw-r--r--inc/definitions.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/inc/definitions.h b/inc/definitions.h
index f0946b8..737656d 100644
--- a/inc/definitions.h
+++ b/inc/definitions.h
@@ -43,11 +43,6 @@
#define MEM_LINES static_cast<int>(pow(2, MEM_LINE_SPEC))
/**
- * The total number of cycles a memory access takes
- */
-#define MEM_DELAY 3
-
-/**
* Return the N least-significant bits from integer K using a bit mask
* @param the integer to be parsed
* @param the number of bits to be parsed