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

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

template SimpleIEW<AlphaSimpleImpl,
                   AlphaSimpleImpl::CPUPol::IQ>;