summaryrefslogtreecommitdiff
path: root/inc/accessor.h
diff options
context:
space:
mode:
authorbd <bdunaisky@umass.edu>2025-04-12 01:38:39 +0000
committerGitHub <noreply@github.com>2025-04-12 01:38:39 +0000
commitbe2bc108dc112ae7e21d4a77f7bcbfac88d6fcd4 (patch)
tree08549aa6c7cbae114958df62f92c9e60eb5f114c /inc/accessor.h
parent101f0facf8002907ca6e19faabfdcf472c0c3152 (diff)
parent1fb7a9bd5eb41e87871bcbb3423caaabdd8ce1d9 (diff)
Merge pull request #1 from bdunahu/bdunahu
First part of storage rework (see description)
Diffstat (limited to 'inc/accessor.h')
-rw-r--r--inc/accessor.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/inc/accessor.h b/inc/accessor.h
deleted file mode 100644
index eb56785..0000000
--- a/inc/accessor.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef ACCESSOR_H
-#define ACCESSOR_H
-#include <iostream>
-
-enum Accessor {
- IDLE,
- WRITE,
- MEM,
- EXEC,
- DCDE,
- FETCH,
- L1CACHE,
- SIDE,
-};
-
-std::ostream &operator<<(std::ostream &os, Accessor a);
-
-#endif /* ACCESSOR_H_INCLUDED */