gem5/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
..
beta_cpu Slight fixes, add in commit trace flag. 2005-01-11 18:52:29 -05:00
full_cpu Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
memtest Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
simple_cpu Add a clock multiplier for simple CPU so that it is possible 2004-07-14 23:01:54 -04:00
trace updated readme to reflect linux/scons changes 2004-07-28 17:56:36 -04:00
base_cpu.cc Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
base_cpu.hh Serialized cpu interrupts 2004-06-17 15:36:59 -04:00
base_dyn_inst.cc Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
base_dyn_inst.hh Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
exec_context.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
exec_context.hh Merge saidi@zizzer.eecs.umich.edu:/bk/linux 2004-06-21 01:04:48 -04:00
exetrace.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
exetrace.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
inst_seq.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
intr_control.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
intr_control.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
pc_event.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
pc_event.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
static_inst.cc Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00
static_inst.hh Update to make multiple instruction issue and different latencies work. 2004-09-23 14:06:03 -04:00