diff options
Diffstat (limited to 'cpu/ozone/cpu.cc')
-rw-r--r-- | cpu/ozone/cpu.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpu/ozone/cpu.cc b/cpu/ozone/cpu.cc new file mode 100644 index 000000000..255070de4 --- /dev/null +++ b/cpu/ozone/cpu.cc @@ -0,0 +1,6 @@ + +#include "cpu/ooo_cpu/ooo_cpu_impl.hh" +#include "cpu/ooo_cpu/ooo_dyn_inst.hh" +#include "cpu/ooo_cpu/ooo_impl.hh" + +template class OoOCPU<OoOImpl>; |