summaryrefslogtreecommitdiff
path: root/cpu/ozone/back_end.hh
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/ozone/back_end.hh')
-rw-r--r--cpu/ozone/back_end.hh7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpu/ozone/back_end.hh b/cpu/ozone/back_end.hh
index 0713a0143..14b011ab8 100644
--- a/cpu/ozone/back_end.hh
+++ b/cpu/ozone/back_end.hh
@@ -125,6 +125,7 @@ class BackEnd
InstList nonSpec;
InstList replayList;
ReadyInstQueue readyQueue;
+ public:
int size;
int numInsts;
int width;
@@ -321,6 +322,12 @@ class BackEnd
int numROBEntries;
int numInsts;
+ bool squashPending;
+ InstSeqNum squashSeqNum;
+ Addr squashNextPC;
+
+ Fault faultFromFetch;
+
private:
typedef typename std::list<DynInstPtr>::iterator InstListIt;