gem5/cpu
Ali Saidi 59cb44385a Added ability to specify system type/revision in config file. This
way a Tru64 system can be either Tlaser (by default) or Tsunami.

Added debugSymbolTable to Tru64 for symbol printing in InstExec Trace

cpu/exetrace.cc:
    Fixed bug if debugSymbolTable doesn't exist, we shouldn't try to
    look something up in it.
kern/tru64/tru64_system.hh:
    Added ability to specify system type/revision in config file. This
    way a Tru64 system can be either Tlaser (by default) or Tsunami.

--HG--
extra : convert_revision : c69a7411f0aa118ca5a766e43b7ceb7a5bb04cdf
2004-06-01 15:43:27 -04:00
..
full_cpu Get rid of LVQ-port function unit... only used for redundant 2004-02-02 18:58:23 -08:00
memtest rename namespace Statistics to Stats 2004-05-21 13:39:20 -04:00
simple_cpu Merged in new FastCPU stuff with existing code. 2004-05-28 11:41:52 -04:00
base_cpu.cc rename namespace Statistics to Stats 2004-05-21 13:39:20 -04:00
base_cpu.hh rename namespace Statistics to Stats 2004-05-21 13:39:20 -04:00
exec_context.cc Merged in new FastCPU stuff with existing code. 2004-05-28 11:41:52 -04:00
exec_context.hh FastCPU model added. It's very similar to the SimpleCPU, just without a lot of the stats tracking. 2004-05-27 17:46:16 -04:00
exetrace.cc Added ability to specify system type/revision in config file. This 2004-06-01 15:43:27 -04:00
exetrace.hh More conversions of ref-counted parameters to references: 2004-02-02 15:45:22 -08:00
inst_seq.hh File moves for the reorg. Tree is in broken state until I commit the makefile and 2003-10-10 09:57:26 -07:00
intr_control.cc General fixes for Sampling CPU in full system mode, and serialization of sampling CPU 2003-11-02 19:38:22 -05:00
intr_control.hh General fixes for Sampling CPU in full system mode, and serialization of sampling CPU 2003-11-02 19:38:22 -05:00
pc_event.cc Remove all of the Tru64 specific stuff from the base System object 2003-10-14 12:19:59 -04:00
pc_event.hh Move to non-architecture specific MemReq 2003-10-23 16:40:08 -04:00
static_inst.cc Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00
static_inst.hh Merged in new FastCPU stuff with existing code. 2004-05-28 11:41:52 -04:00