gem5/cpu/ozone
Kevin Lim 248bd2bb62 Various branch predictor fixes/cleanup. It works more correctly now and supports both local and tournament predictors.
cpu/o3/2bit_local_pred.cc:
    Branch predictor cleanup/fixup.  Rename this to LocalBP.
cpu/o3/2bit_local_pred.hh:
    Rename to LocalBP, update to support changes to BPredUnit, include comments.
cpu/o3/alpha_cpu_builder.cc:
    Support extra parameters to the branch predictor.  Now it takes in a parameter to tell it which branch predictor it is using, the local or the tournament predictor.
cpu/o3/alpha_params.hh:
    Add in extra parameter for the branch predictor type.
cpu/o3/bpred_unit.cc:
    Branch predictor fixup/cleanup.  Rename it to BPredUnit.
cpu/o3/bpred_unit.hh:
    Branch predictor fixup/cleanup.  Now supports both the local and tournament predictors, and stores the branch predictor update state.
cpu/o3/bpred_unit_impl.hh:
    Branch predictor overhaul.  Now supports both the local and tournament predictors.
cpu/o3/cpu_policy.hh:
cpu/ozone/ozone_impl.hh:
cpu/ozone/simple_impl.hh:
    Reflect the class name change.
cpu/o3/decode_impl.hh:
    Be sure to set the predicted target as well so we don't squash twice.
cpu/o3/tournament_pred.cc:
cpu/o3/tournament_pred.hh:
    Fixes to the tournament predictor.
cpu/ozone/simple_params.hh:
    Include parameter for the branch predictor type.
python/m5/objects/AlphaFullCPU.py:
python/m5/objects/OzoneCPU.py:
    Include the parameter for the branch predictor type.

--HG--
extra : convert_revision : 34afebb3b40b47accb12558e439ee4cb03df5e64
2006-05-25 17:01:48 -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 Move kernel stats out of CPU and into XC. 2006-05-23 16:51:16 -04:00
cpu_builder.cc Fixes for ozone CPU to successfully boot and run linux. 2006-05-11 19:18:36 -04:00
cpu_impl.hh Move kernel stats out of CPU and into XC. 2006-05-23 16:51:16 -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 Support new flags now used instead of flags in decoder.isa. 2006-05-24 14:31:06 -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 for OzoneCPU. 2006-04-22 18:45:01 -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 for OzoneCPU. 2006-04-22 18:45:01 -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 Code cleanup. 2006-05-23 16:57:14 -04:00
lw_back_end_impl.hh Support new flags now used instead of flags in decoder.isa. 2006-05-24 14:31:06 -04:00
lw_lsq.cc Updates for OzoneCPU. 2006-04-22 19:10:39 -04:00
lw_lsq.hh Code cleanup. 2006-05-23 16:57:14 -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 Code cleanup. 2006-05-23 16:57:14 -04:00