diff options
author | Nathan Binkert <binkertn@umich.edu> | 2005-06-05 02:59:44 -0400 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2005-06-05 02:59:44 -0400 |
commit | 11f0c012075cd29a8cfd451c82f7134f79021fe1 (patch) | |
tree | 0ef49a7fd382e657ace894b6ef56621c56837b9f /util/tracediff | |
parent | e71ee12eacb115289ce96f9a384dd2c0567270a7 (diff) | |
parent | 550003e1b7a49798ff8154eae2355f298f35d346 (diff) | |
download | gem5-11f0c012075cd29a8cfd451c82f7134f79021fe1.tar.xz |
Merge zizzer.eecs.umich.edu:/bk/m5
into crampon.my.domain:/z/binkertn/research/m5/head
--HG--
extra : convert_revision : d46f23e63e4a8c6325bcdeaf6cdd76b9e6208707
Diffstat (limited to 'util/tracediff')
-rwxr-xr-x | util/tracediff | 8 |
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 |