gem5/sim
Nathan Binkert 9b1e2db811 Clean up CPU stuff and make it use params structs
cpu/base_cpu.cc:
cpu/base_cpu.hh:
    Convert the CPU stuff to use a params struct
cpu/memtest/memtest.cc:
    The memory tester is really not a cpu, so don't derive from
    BaseCPU since it just makes things a pain in the butt.  Keep
    track of max loads in the memtest class now that the base class
    doesn't do it for us.
    Don't have any default parameters.
cpu/memtest/memtest.hh:
    The memory tester is really not a cpu, so don't derive from
    BaseCPU since it just makes things a pain in the butt.  Keep
    track of max loads in the memtest class now that the base class
    doesn't do it for us.
cpu/simple_cpu/simple_cpu.cc:
    Convert to use a params struct.
    remove default parameters
cpu/simple_cpu/simple_cpu.hh:
    convert to use a params struct
cpu/trace/opt_cpu.cc:
cpu/trace/opt_cpu.hh:
cpu/trace/trace_cpu.cc:
cpu/trace/trace_cpu.hh:
    this isn't really a cpu.  don't derive from BaseCPU
objects/MemTest.mpy:
    we only need one max_loads parameter
sim/main.cc:
    Don't check for the number of CPUs since we may be doing something
    else going on.  If we don't have anything to simulate, the
    simulator will exit anyway.

--HG--
extra : convert_revision : 2195a34a9ec90b5414324054ceb3bab643540dd5
2005-02-19 11:46:41 -05:00
..
pyconfig Make sure we have all values when trying to generate the ini file 2005-02-11 01:40:49 -05:00
async.hh Import changeset 2003-10-07 10:41:54 -04:00
builder.cc New and improved configuration mechanism. No more writing of 2005-01-15 04:12:25 -05:00
builder.hh New and improved configuration mechanism. No more writing of 2005-01-15 04:12:25 -05:00
debug.cc Minor fixes. 2004-11-18 10:52:56 -05:00
debug.hh Minor fixes. 2004-11-18 10:52:56 -05:00
eventq.cc a little bit more info when dumping the event queue. 2004-07-23 00:15:52 -04:00
eventq.hh Fixes so m5 compiles on gcc 3.4, which has much stricter syntax. Most changes come from templated code, 2005-01-14 18:34:56 -05:00
host.hh Fix byteswap on LP64 (amd64) 2004-07-02 16:40:23 -04:00
main.cc Clean up CPU stuff and make it use params structs 2005-02-19 11:46:41 -05:00
param.cc enable the Trace, Statistics, and Serialize param contexts. 2005-02-09 17:33:28 -05:00
param.hh Fixes so m5 compiles on gcc 3.4, which has much stricter syntax. Most changes come from templated code, 2005-01-14 18:34:56 -05:00
process.cc Several tweaks to make binning work in any simulation 2005-02-17 02:48:56 -05:00
process.hh Several tweaks to make binning work in any simulation 2005-02-17 02:48:56 -05:00
serialize.cc Rework the command line paramters for python output and how 2005-02-11 09:47:41 -05:00
serialize.hh Don't serialize the absolute path so we can move checkpoints around. 2004-06-28 15:54:05 -04:00
sim_events.cc add a new phase to the simulator. Basically the simulator now goes 2004-11-03 11:47:55 -05:00
sim_events.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
sim_exit.hh Move the m5 pseudo instructions into their own file 2003-11-02 20:43:39 -05:00
sim_object.cc Move all of the object matching code to a shared file so it can 2004-07-30 10:47:53 -04:00
sim_object.hh add a new phase to the simulator. Basically the simulator now goes 2004-11-03 11:47:55 -05:00
startup.cc Fixes so m5 compiles on gcc 3.4, which has much stricter syntax. Most changes come from templated code, 2005-01-14 18:34:56 -05:00
startup.hh add a new phase to the simulator. Basically the simulator now goes 2004-11-03 11:47:55 -05:00
stat_control.cc sim ticks should be the number of elapsed ticks, not curTick 2004-07-23 00:24:24 -04:00
stat_control.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
stats.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
syscall_emul.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
syscall_emul.hh Fixes so m5 compiles on gcc 3.4, which has much stricter syntax. Most changes come from templated code, 2005-01-14 18:34:56 -05:00
system.cc Add support for sampled PC profiling to FullCPU. 2004-11-15 01:56:40 -05:00
system.hh Minor cleanup of symtab code/includes. 2004-11-15 20:30:51 -05:00
universe.cc Rework the command line paramters for python output and how 2005-02-11 09:47:41 -05:00