gem5/util
Nathan Binkert 1cd3757db9 add several new functions that can be called from the guest
to tell the simulator to do something.
exit -> exit_old (deprecated
exit now takes an optional parameter that tells it to execute at a
specified time in the future

The next four functions have two optional parameters.  The first
specifies a delay for how long to wait to issue the instruction.
The second will tell the simulator to repeat that command
at the specified interval.

checkpoint will trigger a checkpoint
dumpstats will cause the simulator to dump stats
resetstats will cause all stats to be reset
dumpreset will dump and reset stats


all times are in nanoseconds

util/m5/Makefile:
    Clean up to make it a bit easier to muck with
util/m5/m5.c:
    Add a bunch of new commands and clean up the command parsing path
    Convert atoi to strtoul so that we can use 64bit numbers and even
    hex if we want to.  (this runs on alpha, so a long is 64bit)
util/m5/m5op.h:
    add prototypes for new m5 instructions
    use uint64_t since it's nicer

--HG--
extra : convert_revision : 664ff00f0f0dfc5263c4e873d82fd9996a4521e9
2003-11-02 01:08:59 -05:00
..
emacs Add m5 emacs style file. 2003-10-13 08:04:38 -07:00
m5 add several new functions that can be called from the guest 2003-11-02 01:08:59 -05:00
tap Make the tap work work again 2003-10-26 22:40:03 -05:00
term Global whitespace fixes 2003-10-15 16:39:37 -04:00
rundiff New rundiff script. 2003-10-25 20:49:08 -07:00
sort-includes Check in a first stab at a script to sort the #include lines in a source file. 2003-10-19 17:42:51 -07:00
tracediff New tracediff script for invoking rundiff on two copies of the simulator. 2003-10-30 07:01:46 -08:00