summaryrefslogtreecommitdiff
path: root/src/cpu/inorder/resources/cache_unit.hh
diff options
context:
space:
mode:
authorKorey Sewell <ksewell@umich.edu>2010-01-31 18:30:43 -0500
committerKorey Sewell <ksewell@umich.edu>2010-01-31 18:30:43 -0500
commitbe6724f7e7a1c1d2f305c814cf3aa23d54a676e2 (patch)
tree8201a11be0533f9cc16b2f30c6182d89d9dafc9b /src/cpu/inorder/resources/cache_unit.hh
parent6939482c49b489ad8811364ec52ad10ae421fb44 (diff)
downloadgem5-be6724f7e7a1c1d2f305c814cf3aa23d54a676e2.tar.xz
inorder: implement split stores
Diffstat (limited to 'src/cpu/inorder/resources/cache_unit.hh')
-rw-r--r--src/cpu/inorder/resources/cache_unit.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cpu/inorder/resources/cache_unit.hh b/src/cpu/inorder/resources/cache_unit.hh
index 715ebd878..8200ace87 100644
--- a/src/cpu/inorder/resources/cache_unit.hh
+++ b/src/cpu/inorder/resources/cache_unit.hh
@@ -75,7 +75,8 @@ class CacheUnit : public Resource
WriteData,
InitSecondSplitRead,
InitSecondSplitWrite,
- CompleteSecondSplitRead
+ CompleteSecondSplitRead,
+ CompleteSecondSplitWrite
};
public: