Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
.
  • Loading branch information
Omer Khan authored and Omer Khan committed Oct 31, 2020
1 parent 20606e8 commit 2afa446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pa3/simulator.h
Expand Up @@ -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;
Expand Down

0 comments on commit 2afa446

Please sign in to comment.