gem5/cpu
Kevin Lim 04745696b6 Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches.
SConscript:
    Added new CPU files to build.
arch/alpha/isa_desc:
    Changed rduniq and wruniq to be nonspeculative because the uniq register is not renamed.
arch/isa_parser.py:
    Added new CPU exec method.
base/statistics.hh:
    Minor change for namespace conflict.  Probably can change back one the new CPU files are cleaned up.
base/traceflags.py:
    Added new CPU trace flags.
cpu/static_inst.hh:
    Changed static inst to use a file that defines the execute functions.

--HG--
extra : convert_revision : bd4ce34361308280168324817fc1258dd253e519
2004-08-20 14:54:07 -04:00
..
beta_cpu Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04: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 Serialized cpu interrupts 2004-06-17 15:36:59 -04:00
base_cpu.hh Serialized cpu interrupts 2004-06-17 15:36:59 -04:00
base_dyn_inst.cc Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
base_dyn_inst.hh Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -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 Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00