summaryrefslogtreecommitdiff
path: root/cpu/beta_cpu/iew.cc
blob: a90d644341c12e12fbd3a35f46eee23d36c403e2 (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, AlphaSimpleImpl::CPUPol::IQ>;