55a56,62
> # 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")
>