mem: Fix guest corruption when caches handle uncacheable accesses
[gem5.git] / src / mem / CommMonitor.py
index a34a57db42d4e9c13c384f418dd27284f638c962..3f9106cc44e47e28952ca1c5fde8b39533b37ffa 100644 (file)
@@ -49,6 +49,9 @@ class CommMonitor(MemObject):
     master = MasterPort("Master port")
     slave = SlavePort("Slave port")
 
+    # packet trace output file, disabled by default
+    trace_file = Param.String("", "Packet trace output file")
+
     # control the sample period window length of this monitor
     sample_period = Param.Clock("1ms", "Sample period for histograms")