gem5/sim
Ron Dreslinski b4ff8c555f Make it so that alpha_console can read the frequency from the correct
sim object(depends on which platform tsunami/tlaser is being used)

dev/alpha_console.cc:
    Use dynamice casting once during build to get at the proper device to calculate the frequency.
    It is either a tsunami_IO or a tlaser_clock depending on platform (tsunami/tlaser).
    If the simobject is not of either of those types then panic
dev/alpha_console.hh:
    Pass in a SimObject * that is to either a tlaser_clock or a tsunami_IO
sim/sim_object.cc:
    Make it so that you can have a SimObjectParam of type SimObject:

    example:
    SimObjectParam<SimObject *> so;

--HG--
extra : convert_revision : 08239ef23762b8ea11311630b73fe885d939402e
2004-03-19 14:51:02 -05:00
..
async.hh Import changeset 2003-10-07 10:41:54 -04:00
builder.cc provide an output stream for simulator output. (This takes place of the 2004-01-29 00:38:18 -05:00
builder.hh provide an output stream for simulator output. (This takes place of the 2004-01-29 00:38:18 -05:00
debug.cc - Switch events to use a priority enum instead of integers. 2003-12-11 08:29:52 -08:00
debug.hh Import changeset 2003-10-07 10:41:54 -04:00
eventq.cc Stats & serialization tweaks & cleanup. Unserializing from 2003-12-11 00:16:46 -08:00
eventq.hh constructor option to make the wrapped event autodelete 2004-03-05 05:45:45 -05:00
host.hh Import changeset 2003-10-07 10:41:54 -04:00
main.cc provide an output stream for simulator output. (This takes place of the 2004-01-29 00:38:18 -05:00
param.cc Support for Serializable non-SimObject things like events. 2003-10-29 21:45:39 -08:00
param.hh Get rid of lots of obsolete mentions of stat_sdb_t. 2003-10-29 22:22:03 -08:00
process.cc Stats & serialization tweaks & cleanup. Unserializing from 2003-12-11 00:16:46 -08:00
process.hh Restructuring of LiveProcess etc. to support multiple emulated OS syscall 2003-12-01 19:34:38 -08:00
serialize.cc Results of automatic (yet incomplete) merge. 2004-02-09 00:30:16 -08:00
serialize.hh Results of automatic (yet incomplete) merge. 2004-02-09 00:30:16 -08:00
sim_events.cc Make the progress event work even after restoring from a checkpoint 2004-02-29 18:49:44 -05:00
sim_events.hh - Switch events to use a priority enum instead of integers. 2003-12-11 08:29:52 -08:00
sim_exit.hh Move the m5 pseudo instructions into their own file 2003-11-02 20:43:39 -05:00
sim_object.cc Make it so that alpha_console can read the frequency from the correct 2004-03-19 14:51:02 -05:00
sim_object.hh Add support for "serializing" instructions that flush 2004-02-04 21:42:00 -08:00
syscall_emul.cc Fixes for Linux syscall emulation. 2004-02-10 21:43:57 -08:00
syscall_emul.hh Modify the emulated system calls to support running the SPEC Int 2004-02-05 12:16:17 -05:00
system.cc changes that affect post checkpoint runs. 2004-03-05 08:16:33 -05:00
system.hh merge with m5 head 2004-03-11 18:52:29 -05:00
universe.cc add ticks per picosecond 2004-03-05 05:44:11 -05:00