diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/configs/tgen-simple-mem.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/configs/tgen-simple-mem.py b/tests/configs/tgen-simple-mem.py index 5e241a25a..7fdeb9c12 100644 --- a/tests/configs/tgen-simple-mem.py +++ b/tests/configs/tgen-simple-mem.py @@ -55,7 +55,8 @@ system = System(cpu = cpu, physmem = SimpleMemory(), VoltageDomain())) # add a communication monitor, and also trace all the packets -system.monitor = CommMonitor(trace_file = "monitor.ptrc.gz") +system.monitor = CommMonitor(trace_file = "monitor.ptrc.gz", + trace_enable = True) # connect the traffic generator to the bus via a communication monitor system.cpu.port = system.monitor.slave |