summaryrefslogtreecommitdiff
path: root/src/cpu/o3/alpha_params.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/o3/alpha_params.hh')
-rw-r--r--src/cpu/o3/alpha_params.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cpu/o3/alpha_params.hh b/src/cpu/o3/alpha_params.hh
index f0732733e..78246e353 100644
--- a/src/cpu/o3/alpha_params.hh
+++ b/src/cpu/o3/alpha_params.hh
@@ -104,7 +104,10 @@ class AlphaSimpleParams : public BaseO3CPU::Params
unsigned commitToIEWDelay;
unsigned renameToIEWDelay;
unsigned issueToExecuteDelay;
+ unsigned dispatchWidth;
unsigned issueWidth;
+ unsigned wbWidth;
+ unsigned wbDepth;
FUPool *fuPool;
//