gem5/cpu/o3
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
..
2bit_local_pred.cc 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
2bit_local_pred.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
alpha_cpu.cc shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
alpha_cpu.hh Comments and code cleanup. 2006-05-31 11:45:02 -04:00
alpha_cpu_builder.cc Code update for CPU models. 2006-08-11 17:42:59 -04:00
alpha_cpu_impl.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
alpha_dyn_inst.cc shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
alpha_dyn_inst.hh Comments and code cleanup. 2006-05-31 11:45:02 -04:00
alpha_dyn_inst_impl.hh Comments and code cleanup. 2006-05-31 11:45:02 -04:00
alpha_impl.hh Updates for O3 model. 2006-04-22 18:26:48 -04:00
alpha_params.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
bpred_unit.cc 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
bpred_unit.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
bpred_unit_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
btb.cc O3 CPU now handles being used with the sampler. 2006-05-04 11:36:20 -04:00
btb.hh O3 CPU now handles being used with the sampler. 2006-05-04 11:36:20 -04:00
comm.hh Comments and code cleanup. 2006-05-31 11:45:02 -04:00
commit.cc Updates for O3 model. 2006-04-22 18:26:48 -04:00
commit.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
commit_impl.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
cpu.cc Code update for CPU models. 2006-08-11 17:42:59 -04:00
cpu.hh Code update for CPU models. 2006-08-11 17:42:59 -04:00
cpu_policy.hh Comments and code cleanup. 2006-05-31 11:45:02 -04:00
decode.cc Updates for O3 model. 2006-04-22 18:26:48 -04:00
decode.hh Comments and code cleanup. 2006-05-31 11:45:02 -04:00
decode_impl.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
dep_graph.hh Comments and code cleanup. 2006-05-31 11:45:02 -04:00
fetch.cc Updates for O3 model. 2006-04-22 18:26:48 -04:00
fetch.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
fetch_impl.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
free_list.cc Updates for O3 model. 2006-04-22 18:26:48 -04:00
free_list.hh Updates for O3 model. 2006-04-22 18:26:48 -04:00
fu_pool.cc Comments and code cleanup. 2006-05-31 11:45:02 -04:00
fu_pool.hh Comments and code cleanup. 2006-05-31 11:45:02 -04:00
iew.cc Updates for O3 model. 2006-04-22 18:26:48 -04:00
iew.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
iew_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 IEW/IQ code cleanup and reorganization. 2006-05-19 15:44:03 -04:00
inst_queue.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -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.cc Updates for O3 model. 2006-04-22 18:26:48 -04:00
lsq.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
lsq_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 O3 model. 2006-04-22 18:26:48 -04:00
lsq_unit.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
lsq_unit_impl.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
mem_dep_unit.cc Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
mem_dep_unit.hh Comments and code cleanup. 2006-05-31 11:45:02 -04:00
mem_dep_unit_impl.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
ras.cc O3 CPU now handles being used with the sampler. 2006-05-04 11:36:20 -04:00
ras.hh O3 CPU now handles being used with the sampler. 2006-05-04 11:36:20 -04:00
regfile.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
rename.cc Updates for O3 model. 2006-04-22 18:26:48 -04:00
rename.hh Comments and code cleanup. 2006-05-31 11:45:02 -04:00
rename_impl.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
rename_map.cc O3 code update/cleanup. 2006-05-19 15:53:17 -04:00
rename_map.hh Comments and code cleanup. 2006-05-31 11:45:02 -04:00
rob.cc Update #defines for the O3CPU. Also include the copyright. 2005-06-05 03:25:26 -04:00
rob.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
rob_impl.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
sat_counter.hh Remove sat_counter.cc and put its code into sat_counter.hh. 2006-05-19 15:47:55 -04:00
scoreboard.cc O3 code update/cleanup. 2006-05-19 15:53:17 -04:00
scoreboard.hh Updates for O3 model. 2006-04-22 18:26:48 -04:00
store_set.cc Comments and code cleanup. 2006-05-31 11:45:02 -04:00
store_set.hh Comments and code cleanup. 2006-05-31 11:45:02 -04:00
thread_state.hh Comments and code cleanup. 2006-05-31 11:45:02 -04:00
tournament_pred.cc Code update for CPU models. 2006-08-11 17:42:59 -04:00
tournament_pred.hh Code update for CPU models. 2006-08-11 17:42:59 -04:00