Oops, forgot to assign the option to the param context.
authorKevin Lim <ktlim@umich.edu>
Mon, 2 Oct 2006 22:13:42 +0000 (18:13 -0400)
committerKevin Lim <ktlim@umich.edu>
Mon, 2 Oct 2006 22:13:42 +0000 (18:13 -0400)
--HG--
extra : convert_revision : 022c3efaa3ade3fca3dfe554ececa4eeb396dc9c

src/python/m5/main.py

index e93ef3a365967af27cd6c714110958c08628b7f5..ccd6c5807f09fd33c61ce0b7645a15b8063db316 100644 (file)
@@ -278,6 +278,7 @@ def main():
     # set tracing options
     objects.Trace.flags = options.trace_flags
     objects.Trace.start = options.trace_start
+    objects.Trace.cycle = options.trace_cycle
     objects.Trace.file = options.trace_file
     objects.Trace.bufsize = options.trace_circlebuf
     objects.Trace.dump_on_exit = options.trace_dumponexit