summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLisa Hsu <hsul@eecs.umich.edu>2005-06-05 02:44:42 -0400
committerLisa Hsu <hsul@eecs.umich.edu>2005-06-05 02:44:42 -0400
commit98ddb850809c7809969ce95408040c354b50e6ce (patch)
treec8201c1c760f79c5a1515321a0c5c8763f8013d6
parentb30494f35df5733d3c5152ade5ac5e86c5f715d3 (diff)
parent3c78df09ea4359e2d49296e1b38402ebf417d172 (diff)
downloadgem5-98ddb850809c7809969ce95408040c354b50e6ce.tar.xz
oops, i changed m5term.doxygen when kev had a lock on it, just use his version
--HG-- extra : convert_revision : f0b507334b219968a6c6319d2c39bbac3bf4901a
-rwxr-xr-xutil/tracediff8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/tracediff b/util/tracediff
index 87210f1ed..f11431293 100755
--- a/util/tracediff
+++ b/util/tracediff
@@ -30,17 +30,17 @@
# Script to simplify using rundiff on trace outputs from two
# invocations of m5.
#
-# Note that you need to enable some trace flags in the args in order
-# to do anything useful!
+# ******Note that you need to enable some trace flags in the args in order
+# to do anything useful!******
#
# If you want to pass different arguments to the two instances of m5,
# you can embed them in the simulator arguments like this:
#
-# % tracediff "m5.opt --foo:bar=1" "m5.opt --foo:bar=2" [common args]
+# % tracediff "m5.opt --foo.bar=1" "m5.opt --foo.bar=2" [common args]
#
if (@ARGV < 2) {
- die "Usage: tracediff sim1 sim2 [--trace:flags=X args...]\n";
+ die "Usage: tracediff sim1 sim2 [--root.trace.flags=X args...]\n";
}
# First two args are the two simulator binaries to compare