gem5/cpu/o3
Kevin Lim ef6e2eb3c4 Updates for sampler, checker, and general correctness.
cpu/o3/alpha_cpu.hh:
    Update for sampler to work properly.  Also code cleanup.
cpu/o3/alpha_cpu_builder.cc:
cpu/o3/alpha_dyn_inst.hh:
    Updates to support the checker.
cpu/o3/alpha_cpu_impl.hh:
    Updates to support the checker.  Also general code cleanup.
cpu/o3/alpha_dyn_inst_impl.hh:
    Code cleanup.
cpu/o3/alpha_params.hh:
    Updates to support the checker.  Also supports trap latencies set through the parameters.
cpu/o3/commit.hh:
    Supports sampler, checker.  Code cleanup.
cpu/o3/commit_impl.hh:
    Updates to support the sampler and checker, as well as general code cleanup.
cpu/o3/cpu.cc:
cpu/o3/cpu.hh:
    Support sampler and checker.
cpu/o3/decode_impl.hh:
    Supports sampler.
cpu/o3/fetch.hh:
    Supports sampler.  Also update to hold the youngest valid SN fetch has seen to ensure that the entire pipeline has been drained.
cpu/o3/fetch_impl.hh:
    Sampler updates.  Also be sure to not fetches to uncached space (bad path).
cpu/o3/iew.hh:
cpu/o3/iew_impl.hh:
    Sampler updates.
cpu/o3/lsq_unit_impl.hh:
    Supports checker.
cpu/o3/regfile.hh:
    No need for accessing xcProxies directly.
cpu/o3/rename.hh:
cpu/o3/rename_impl.hh:
    Sampler support.

--HG--
extra : convert_revision : 03881885dd50ebbca13ef31f31492fd4ef59121c
2006-05-16 14:06:35 -04:00
..
2bit_local_pred.cc O3 CPU now handles being used with the sampler. 2006-05-04 11:36:20 -04:00
2bit_local_pred.hh O3 CPU now handles being used with the sampler. 2006-05-04 11:36:20 -04:00
alpha_cpu.cc shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
alpha_cpu.hh Updates for sampler, checker, and general correctness. 2006-05-16 14:06:35 -04:00
alpha_cpu_builder.cc Updates for sampler, checker, and general correctness. 2006-05-16 14:06:35 -04:00
alpha_cpu_impl.hh Updates for sampler, checker, and general correctness. 2006-05-16 14:06:35 -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 Updates for sampler, checker, and general correctness. 2006-05-16 14:06:35 -04:00
alpha_dyn_inst_impl.hh Updates for sampler, checker, and general correctness. 2006-05-16 14:06:35 -04:00
alpha_impl.hh Updates for O3 model. 2006-04-22 18:26:48 -04:00
alpha_params.hh Updates for sampler, checker, and general correctness. 2006-05-16 14:06:35 -04:00
bpred_unit.cc Updates for O3 model. 2006-04-22 18:26:48 -04:00
bpred_unit.hh O3 CPU now handles being used with the sampler. 2006-05-04 11:36:20 -04:00
bpred_unit_impl.hh Small fixes to O3 model. 2006-05-11 15:39:02 -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 Updates for O3 model. 2006-04-22 18:26:48 -04:00
commit.cc Updates for O3 model. 2006-04-22 18:26:48 -04:00
commit.hh Updates for sampler, checker, and general correctness. 2006-05-16 14:06:35 -04:00
commit_impl.hh Updates for sampler, checker, and general correctness. 2006-05-16 14:06:35 -04:00
cpu.cc Updates for sampler, checker, and general correctness. 2006-05-16 14:06:35 -04:00
cpu.hh Updates for sampler, checker, and general correctness. 2006-05-16 14:06:35 -04:00
cpu_policy.hh Updates for O3 model. 2006-04-22 18:26:48 -04:00
decode.cc Updates for O3 model. 2006-04-22 18:26:48 -04:00
decode.hh O3 CPU now handles being used with the sampler. 2006-05-04 11:36:20 -04:00
decode_impl.hh Updates for sampler, checker, and general correctness. 2006-05-16 14:06:35 -04:00
fetch.cc Updates for O3 model. 2006-04-22 18:26:48 -04:00
fetch.hh Updates for sampler, checker, and general correctness. 2006-05-16 14:06:35 -04:00
fetch_impl.hh Updates for sampler, checker, and general correctness. 2006-05-16 14:06:35 -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 O3 CPU now handles being used with the sampler. 2006-05-04 11:36:20 -04:00
fu_pool.hh O3 CPU now handles being used with the sampler. 2006-05-04 11:36:20 -04:00
iew.cc Updates for O3 model. 2006-04-22 18:26:48 -04:00
iew.hh Updates for sampler, checker, and general correctness. 2006-05-16 14:06:35 -04:00
iew_impl.hh Updates for sampler, checker, and general correctness. 2006-05-16 14:06:35 -04:00
inst_queue.cc shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
inst_queue.hh O3 CPU now handles being used with the sampler. 2006-05-04 11:36:20 -04:00
inst_queue_impl.hh O3 CPU now handles being used with the sampler. 2006-05-04 11:36:20 -04:00
lsq.cc Updates for O3 model. 2006-04-22 18:26:48 -04:00
lsq.hh O3 CPU now handles being used with the sampler. 2006-05-04 11:36:20 -04:00
lsq_impl.hh O3 CPU now handles being used with the sampler. 2006-05-04 11:36:20 -04:00
lsq_unit.cc Updates for O3 model. 2006-04-22 18:26:48 -04:00
lsq_unit.hh Small fixes to O3 model. 2006-05-11 15:39:02 -04:00
lsq_unit_impl.hh Updates for sampler, checker, and general correctness. 2006-05-16 14:06:35 -04:00
mem_dep_unit.cc Updates for O3 model. 2006-04-22 18:26:48 -04:00
mem_dep_unit.hh O3 CPU now handles being used with the sampler. 2006-05-04 11:36:20 -04:00
mem_dep_unit_impl.hh O3 CPU now handles being used with the sampler. 2006-05-04 11:36:20 -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 for sampler, checker, and general correctness. 2006-05-16 14:06:35 -04:00
rename.cc Updates for O3 model. 2006-04-22 18:26:48 -04:00
rename.hh Updates for sampler, checker, and general correctness. 2006-05-16 14:06:35 -04:00
rename_impl.hh Updates for sampler, checker, and general correctness. 2006-05-16 14:06:35 -04:00
rename_map.cc Updates for O3 model. 2006-04-22 18:26:48 -04:00
rename_map.hh Updates for O3 model. 2006-04-22 18:26:48 -04:00
rob.cc Update #defines for the O3CPU. Also include the copyright. 2005-06-05 03:25:26 -04:00
rob.hh O3 CPU now handles being used with the sampler. 2006-05-04 11:36:20 -04:00
rob_impl.hh O3 CPU now handles being used with the sampler. 2006-05-04 11:36:20 -04:00
sat_counter.cc O3 CPU now handles being used with the sampler. 2006-05-04 11:36:20 -04:00
sat_counter.hh O3 CPU now handles being used with the sampler. 2006-05-04 11:36:20 -04:00
scoreboard.cc Updates for O3 model. 2006-04-22 18:26:48 -04:00
scoreboard.hh Updates for O3 model. 2006-04-22 18:26:48 -04:00
store_set.cc Updates for O3 model. 2006-04-22 18:26:48 -04:00
store_set.hh Updates for O3 model. 2006-04-22 18:26:48 -04:00
thread_state.hh O3 CPU now handles being used with the sampler. 2006-05-04 11:36:20 -04:00
tournament_pred.cc Updates for O3 model. 2006-04-22 18:26:48 -04:00
tournament_pred.hh Updates for O3 model. 2006-04-22 18:26:48 -04:00