From 3c9fe9d5f3ecb82d10c0e1dc59fba509cdfc20e7 Mon Sep 17 00:00:00 2001 From: bd Date: Mon, 28 Apr 2025 21:37:40 -0400 Subject: Fixed bugs introduced with cache ways, small cleanups --- inc/definitions.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'inc/definitions.h') diff --git a/inc/definitions.h b/inc/definitions.h index f0946b8..737656d 100644 --- a/inc/definitions.h +++ b/inc/definitions.h @@ -42,11 +42,6 @@ #define MEM_WORDS static_cast(pow(2, MEM_WORD_SPEC)) #define MEM_LINES static_cast(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 -- cgit v1.2.3