From: Lisa Hsu Date: Sun, 5 Jun 2005 06:38:39 +0000 (-0400) Subject: just make a minor commenting change reflecting the new way to set up command line... X-Git-Tag: m5_1.0_tutorial~21^2~2^2^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3c78df09ea4359e2d49296e1b38402ebf417d172;p=gem5.git just make a minor commenting change reflecting the new way to set up command line arguments. --HG-- extra : convert_revision : 95cbda86d1a2cab431269bf8d4501ef2b3a40885 --- 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