9 lines
241 B
C++
9 lines
241 B
C++
|
|
||
|
#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>;
|