[gem5-users] Re: configuring TLB

2023-02-13 Thread Priyanka Ankolekar via gem5-users
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

[gem5-users] Memory traces using CommMonitor

2023-02-13 Thread Sadhana . via gem5-users
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