----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1602/ -----------------------------------------------------------
(Updated Jan. 15, 2013, 5:25 p.m.) Review request for Default. Description (updated) ------- Changeset 9476:059046fdc03d --------------------------- branch predictor: move out of o3 and inorder cpus This patch moves the branch predictor files in the o3 and inorder directories to src/cpu/pred. This allows sharing the branch predictor across different cpu models. This patch was originally posted by Timothy Jones in July 2010 but never made it to the repository. Diffs (updated) ----- configs/common/O3_ARM_v7a.py 23c3e1c0e9e4 src/cpu/BaseCPU.py 23c3e1c0e9e4 src/cpu/inorder/InOrderCPU.py 23c3e1c0e9e4 src/cpu/inorder/SConscript 23c3e1c0e9e4 src/cpu/inorder/inorder_cpu_builder.cc 23c3e1c0e9e4 src/cpu/inorder/resources/bpred_unit.hh 23c3e1c0e9e4 src/cpu/inorder/resources/bpred_unit.cc 23c3e1c0e9e4 src/cpu/inorder/resources/branch_predictor.hh 23c3e1c0e9e4 src/cpu/inorder/resources/branch_predictor.cc 23c3e1c0e9e4 src/cpu/o3/O3CPU.py 23c3e1c0e9e4 src/cpu/o3/SConscript 23c3e1c0e9e4 src/cpu/o3/bpred_unit.hh 23c3e1c0e9e4 src/cpu/o3/bpred_unit.cc 23c3e1c0e9e4 src/cpu/o3/bpred_unit_impl.hh 23c3e1c0e9e4 src/cpu/o3/cpu_policy.hh 23c3e1c0e9e4 src/cpu/o3/deriv.cc 23c3e1c0e9e4 src/cpu/o3/fetch.hh 23c3e1c0e9e4 src/cpu/o3/fetch_impl.hh 23c3e1c0e9e4 src/cpu/o3/sat_counter.hh 23c3e1c0e9e4 src/cpu/o3/sat_counter.cc 23c3e1c0e9e4 src/cpu/pred/2bit_local.hh 23c3e1c0e9e4 src/cpu/pred/2bit_local.cc 23c3e1c0e9e4 src/cpu/pred/BranchPredictor.py PRE-CREATION src/cpu/pred/SConscript 23c3e1c0e9e4 src/cpu/pred/bpred_unit.hh PRE-CREATION src/cpu/pred/bpred_unit.cc PRE-CREATION src/cpu/pred/bpred_unit_impl.hh PRE-CREATION src/cpu/pred/sat_counter.hh PRE-CREATION src/cpu/pred/sat_counter.cc PRE-CREATION src/cpu/pred/tournament.hh 23c3e1c0e9e4 src/cpu/pred/tournament.cc 23c3e1c0e9e4 Diff: http://reviews.gem5.org/r/1602/diff/ Testing ------- Thanks, Nilay Vaish _______________________________________________ gem5-dev mailing list gem5-dev@gem5.org http://m5sim.org/mailman/listinfo/gem5-dev