summaryrefslogtreecommitdiff
path: root/cpu/beta_cpu/iew.cc
blob: 626c4a90f6c8f8e4bba07bc797af6b5ca90e60d9 (plain)
1
2
3
4
5
6
7

#include "cpu/beta_cpu/alpha_dyn_inst.hh"
#include "cpu/beta_cpu/alpha_impl.hh"
#include "cpu/beta_cpu/iew_impl.hh"
#include "cpu/beta_cpu/inst_queue.hh"

template class SimpleIEW<AlphaSimpleImpl>;