gem5/cpu/ozone
Kevin Lim 716ceb6c10 Code update for CPU models.
arch/alpha/isa_traits.hh:
    Add in clear functions.
cpu/base.cc:
cpu/base.hh:
    Add in CPU progress event.
cpu/base_dyn_inst.hh:
    Mimic normal registers in terms of writing/reading floats.
cpu/checker/cpu.cc:
cpu/checker/cpu.hh:
cpu/checker/cpu_builder.cc:
cpu/checker/o3_cpu_builder.cc:
    Fix up stuff.
cpu/cpu_exec_context.cc:
cpu/cpu_exec_context.hh:
cpu/o3/cpu.cc:
cpu/o3/cpu.hh:
    Bring up to speed with newmem.
cpu/o3/alpha_cpu_builder.cc:
    Allow for progress intervals.
cpu/o3/tournament_pred.cc:
    Fix up predictor.
cpu/o3/tournament_pred.hh:
cpu/ozone/cpu.hh:
cpu/ozone/cpu_impl.hh:
cpu/simple/cpu.cc:
    Fixes.
cpu/ozone/cpu_builder.cc:
    Allow progress interval.
cpu/ozone/front_end_impl.hh:
    Comment out this message.
cpu/ozone/lw_back_end_impl.hh:
    Remove this.
python/m5/objects/BaseCPU.py:
    Add progress interval.
python/m5/objects/Root.py:
    Allow for stat reset.
sim/serialize.cc:
sim/stat_control.cc:
    Add in stats reset.

--HG--
extra : convert_revision : fdb5ac5542099173cc30c40ea93372a065534b5e
2006-08-11 17:42:59 -04:00
..
back_end.cc Updates for OzoneCPU. 2006-04-22 19:10:39 -04:00
back_end.hh Updates for OzoneCPU. 2006-04-22 19:10:39 -04:00
back_end_impl.hh Fixes for ozone CPU to successfully boot and run linux. 2006-05-11 19:18:36 -04:00
cpu.cc Updates for OzoneCPU. 2006-04-22 18:45:01 -04:00
cpu.hh Code update for CPU models. 2006-08-11 17:42:59 -04:00
cpu_builder.cc Code update for CPU models. 2006-08-11 17:42:59 -04:00
cpu_impl.hh Code update for CPU models. 2006-08-11 17:42:59 -04:00
dyn_inst.cc Updates for OzoneCPU. 2006-04-22 18:45:01 -04:00
dyn_inst.hh Code cleanup. 2006-05-23 16:57:14 -04:00
dyn_inst_impl.hh Code cleanup. 2006-05-23 16:57:14 -04:00
ea_list.cc Changed targetarch to arch for isa_traits.hh include 2006-02-27 01:38:47 -05:00
ea_list.hh Changed targetarch to arch for isa_traits.hh include 2006-02-27 01:38:47 -05:00
front_end.cc Updates for OzoneCPU. 2006-04-22 18:45:01 -04:00
front_end.hh Code cleanup. 2006-05-23 16:57:14 -04:00
front_end_impl.hh Code update for CPU models. 2006-08-11 17:42:59 -04:00
inorder_back_end.cc Updates for OzoneCPU. 2006-04-22 18:45:01 -04:00
inorder_back_end.hh Sampler updates. 2006-05-16 14:09:04 -04:00
inorder_back_end_impl.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
inst_queue.cc Updates for OzoneCPU. 2006-04-22 18:45:01 -04:00
inst_queue.hh Updates for OzoneCPU. 2006-04-22 18:45:01 -04:00
inst_queue_impl.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
lsq_unit.cc Updates for OzoneCPU. 2006-04-22 18:45:01 -04:00
lsq_unit.hh Updates for OzoneCPU. 2006-04-22 19:10:39 -04:00
lsq_unit_impl.hh Updates for OzoneCPU. 2006-04-22 19:10:39 -04:00
lw_back_end.cc Updates for OzoneCPU. 2006-04-22 19:10:39 -04:00
lw_back_end.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
lw_back_end_impl.hh Code update for CPU models. 2006-08-11 17:42:59 -04:00
lw_lsq.cc Updates for OzoneCPU. 2006-04-22 19:10:39 -04:00
lw_lsq.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
lw_lsq_impl.hh Support new flags now used instead of flags in decoder.isa. 2006-05-24 14:31:06 -04:00
null_predictor.hh Updates for OzoneCPU. 2006-04-22 18:45:01 -04:00
ozone_impl.hh Various branch predictor fixes/cleanup. It works more correctly now and supports both local and tournament predictors. 2006-05-25 17:01:48 -04:00
rename_table.cc Updates for OzoneCPU. 2006-04-22 18:45:01 -04:00
rename_table.hh Code cleanup. 2006-05-23 16:57:14 -04:00
rename_table_impl.hh Updates for OzoneCPU. 2006-04-22 18:45:01 -04:00
simple_impl.hh Various branch predictor fixes/cleanup. It works more correctly now and supports both local and tournament predictors. 2006-05-25 17:01:48 -04:00
simple_params.hh Various branch predictor fixes/cleanup. It works more correctly now and supports both local and tournament predictors. 2006-05-25 17:01:48 -04:00
thread_state.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00