Re: [gem5-users] Sources of In-determinism in Full System Simulators

2015-08-15 Thread Prathap Kolakkampadath
I am observing this behaviour with a synthetic benchmark(Nonlinear Predictive Control). I am not sure if this benchmark is adding any kind of randomness. I need to look in to this. I tested with eembc benchmarks, where i don't see any variations with the repeated runs. So as andreas mentioned this

Re: [gem5-users] CPU and L1-d Cache Trace

2015-08-15 Thread Hamed Ghadimi
Thanks, Andreas,I recompiled GEM5 with "scons build/ALPHA/gem5.opt" and I got an error: NameError: name 'CommMonitor' is not defined: File "/home/hamed/gem5/src/cpu/BaseCPU.py", line 322:    cpu.monitor = CommMonitor(trace_file='cpu.ptrc',trace_enable=True) so I added this line in Bas