56,65d55
< # Boolean to enable or disable the trace. Writes to an a file named based on
< # SimObject hierarchy.
< trace_enable = Param.Bool(False, "Enable trace capture")
<
< # Boolean to compress the trace or not.
< trace_compress = Param.Bool(True, "Enable trace compression")
<
< # packet trace output file, disabled by default
< trace_file = Param.String("", "Packet trace output file")
<