Hello everyone

i am trying to get the l2cache traces using CommMonitor in FS mode with
command:
       ./build/X86/gem5.opt configs/example/fs.py --cpu-type=timing
--num-cpus=16 --num-dirs=16 --caches --l2cache --num-l2caches=16
--l2_size=2MB --l1i_size=32kB --l1d_size=32kB

and i have added CommMonitor to CacheConfig.py like this:
        #system.l2.mem_side = system.membus.slave
print "i was here"
system.monitor = CommMonitor()
system.l2.mem_side = system.monitor.slave
system.monitor.master = system.membus.slave
system.monitor.trace = MemTraceProbe(trace_file="mytrace.trc")

now when i try to run i get "NameError: name 'MemTraceProbe' is not defined",
how can i resolve this?
I will appreciate any help.

Thanks
Farzin Boutorabi
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to