gem5/src/cpu/o3/alpha
Kevin Lim 6ff6621f20 Pass ISA-specific O3 CPU as a constructor parameter instead of using setCPU functions.
src/cpu/o3/alpha/cpu_impl.hh:
    Pass ISA-specific O3 CPU to FullO3CPU as a constructor parameter instead of using setCPU functions.

--HG--
extra : convert_revision : 74f4b1f5fb6f95a56081f367cce7ff44acb5688a
2007-04-04 15:38:59 -04:00
..
cpu.cc now O3CPU is totally independent of the ISA... all alpha specific stuff is the cpu/o3/alpha directory 2006-06-30 20:49:31 -04:00
cpu.hh *MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscReg 2007-03-07 15:04:31 -05:00
cpu_builder.cc A couple of minor fixes. 2007-03-23 11:22:43 -04:00
cpu_impl.hh Pass ISA-specific O3 CPU as a constructor parameter instead of using setCPU functions. 2007-04-04 15:38:59 -04:00
dyn_inst.cc Make O3CPU model independent of the ISA 2006-06-30 19:52:08 -04:00
dyn_inst.hh I missed a couple of WithEffects, this should do it 2007-03-07 21:51:44 -05:00
dyn_inst_impl.hh *MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscReg 2007-03-07 15:04:31 -05:00
impl.hh more steps toward O3 SMT 2006-07-06 11:25:44 -04:00
params.hh Adjustments for the AlphaTLB changing to AlphaISA::TLB and changing register file functions to not take faults 2006-11-01 16:44:45 -05:00
thread_context.cc Make O3CPU model independent of the ISA 2006-06-30 19:52:08 -04:00
thread_context.hh Implement a stub nnpc for alpha that is read only as npc+4. 2006-12-28 14:27:45 -05:00