Thank you, Elliot.
That worked.
Priyanka.
On Thu, Feb 9, 2023 at 4:36 PM Eliot Moss wrote:
> On 2/9/2023 11:07 AM, Priyanka Ankolekar via gem5-users wrote:
> > Hello,
> > I am running RISCV in full system mode
> (configs/examples/riscv/fs_linux.py).
> > I would like to play with the configurati
I am using gem5 for generation of memory traces. While going through gem5
videos I found a method to generate traces using commMonitor. I have
modified the code as follows:
system.comm_monitor=CommMonitor()
system.comm_monitor.cpu_side_port=system.membus.mem_side_ports
system.comm_monitor.trace=Mem