From 2afa446e00b844d2ef0a187dab75e3da8d3f5631 Mon Sep 17 00:00:00 2001 From: Omer Khan Date: Fri, 30 Oct 2020 21:06:51 -0400 Subject: [PATCH] . --- pa3/simulator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pa3/simulator.h b/pa3/simulator.h index 40a3cf9..f8995aa 100644 --- a/pa3/simulator.h +++ b/pa3/simulator.h @@ -64,7 +64,7 @@ int dmem_cycles = 0; int exe_busy = 0; int exe_cycles = 1; -#define NUM_LINES 32 // 1024 bytes (cache size) / 64 bytes (block size) +#define NUM_LINES 32 // 1024 bytes (cache size) / 32 bytes (block size) typedef struct { int valid;