diff options
Diffstat (limited to 'cpu/beta_cpu/rob.cc')
-rw-r--r-- | cpu/beta_cpu/rob.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cpu/beta_cpu/rob.cc b/cpu/beta_cpu/rob.cc new file mode 100644 index 000000000..611cca0ba --- /dev/null +++ b/cpu/beta_cpu/rob.cc @@ -0,0 +1,7 @@ + +#include "cpu/beta_cpu/alpha_dyn_inst.hh" +#include "cpu/beta_cpu/alpha_impl.hh" +#include "cpu/beta_cpu/rob_impl.hh" + +// Force instantiation of InstructionQueue. +template ROB<AlphaSimpleImpl>; |