gem5/cpu/beta_cpu
Kevin Lim 90d4436351 Slight fixes, add in commit trace flag.
base/traceflags.py:
    Add new commit rate trace flag.
build/SConstruct:
    Add extra option for efence.
cpu/beta_cpu/alpha_full_cpu_impl.hh:
    Use function calls instead of direct indexing (avoids confusion).
cpu/beta_cpu/commit_impl.hh:
    Add commit rate trace output (might not be worthwhile in the future).
cpu/beta_cpu/decode_impl.hh:
    Remove some older hacks.  Fix it so that the isntruction properly sets its next
    PC to the one calculated by the branch.
cpu/beta_cpu/fetch_impl.hh:
    Remove old commented code.
cpu/beta_cpu/iew_impl.hh:
    Add extra check to ensure that the instruction is valid.
cpu/beta_cpu/regfile.hh:
    Include trace file.

--HG--
extra : convert_revision : 4ee1dc88f8a5ed9b65486c6c111a3718a8040e42
2005-01-11 18:52:29 -05:00
..
2bit_local_pred.cc Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
2bit_local_pred.hh Update to make multiple instruction issue and different latencies work. 2004-09-23 14:06:03 -04:00
alpha_dyn_inst.cc Update to make multiple instruction issue and different latencies work. 2004-09-23 14:06:03 -04:00
alpha_dyn_inst.hh Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
alpha_dyn_inst_impl.hh Update to make multiple instruction issue and different latencies work. 2004-09-23 14:06:03 -04:00
alpha_full_cpu.cc Update to make multiple instruction issue and different latencies work. 2004-09-23 14:06:03 -04:00
alpha_full_cpu.hh Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
alpha_full_cpu_builder.cc Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
alpha_full_cpu_impl.hh Slight fixes, add in commit trace flag. 2005-01-11 18:52:29 -05:00
alpha_impl.hh Update to make multiple instruction issue and different latencies work. 2004-09-23 14:06:03 -04:00
alpha_params.hh Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
bpred_unit.cc Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
bpred_unit.hh Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
bpred_unit_impl.hh Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
btb.cc Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
btb.hh Update to make multiple instruction issue and different latencies work. 2004-09-23 14:06:03 -04:00
comm.hh Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
commit.cc Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
commit.hh Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
commit_impl.hh Slight fixes, add in commit trace flag. 2005-01-11 18:52:29 -05:00
cpu_policy.hh Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
decode.cc Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
decode.hh Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
decode_impl.hh Slight fixes, add in commit trace flag. 2005-01-11 18:52:29 -05:00
fetch.cc Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
fetch.hh Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
fetch_impl.hh Slight fixes, add in commit trace flag. 2005-01-11 18:52:29 -05:00
free_list.cc Update to make multiple instruction issue and different latencies work. 2004-09-23 14:06:03 -04:00
free_list.hh Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
full_cpu.cc Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
full_cpu.hh Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
iew.cc Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
iew.hh Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
iew_impl.hh Slight fixes, add in commit trace flag. 2005-01-11 18:52:29 -05:00
inst_queue.cc Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
inst_queue.hh Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
inst_queue_impl.hh Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
mem_dep_unit.cc Update to make multiple instruction issue and different latencies work. 2004-09-23 14:06:03 -04:00
mem_dep_unit.hh Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
mem_dep_unit_impl.hh Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
ras.cc Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
ras.hh Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
regfile.hh Slight fixes, add in commit trace flag. 2005-01-11 18:52:29 -05:00
rename.cc Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
rename.hh Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
rename_impl.hh Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
rename_map.cc Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
rename_map.hh Update to make multiple instruction issue and different latencies work. 2004-09-23 14:06:03 -04:00
rob.cc Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
rob.hh Update to make multiple instruction issue and different latencies work. 2004-09-23 14:06:03 -04:00
rob_impl.hh Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
store_set.cc Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
store_set.hh Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
tournament_pred.cc Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
tournament_pred.hh Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00