Re: [gem5-users] how to print out the symbol table (Jack Harvard)

2014-05-09 Thread 陈越佳 via gem5-users
> > > Hi Jack. Thanks very much. Yuejia ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Re: [gem5-users] error after add a cache replacement

2014-05-09 Thread 陈越佳 via gem5-users
Hi Ali. Is the srcMasterId dynamic or static?Or what operation will change it? I change the code ,it result in the error. And what should I do to repair it? Thanks Yuejia ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/lis

[gem5-users] Writeback buffer kills O3 performance, what is it meant to model?

2014-05-09 Thread Paul V. Gratz via gem5-users
Hi All, Doing some digging on performance issues in the O3 model we and others have run into allocation of the writeback buffer having a big performance impact. Basically, the a writeback buffer is grabbed at issue time and held through till completion. With default assumptions about the number o

[gem5-users] multiple workload

2014-05-09 Thread Seyedhamidreza Motaman via gem5-users
Hello All, Is it possible to run two benchmarks of parsec suite concurrently in FS mode?? Regards, Hamid ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

[gem5-users] Running OpenMP code in Gem5 FS mode

2014-05-09 Thread Aditya Deshpande via gem5-users
Hi, I am trying to run a OpenMP code in X86-FS mode using following command command line: ./build/X86_MESI_Two_Level/gem5.opt --verbose configs/example/fs.py --cpu-type=TimingSimpleCPU --num-cpus=4 --caches --l1d_size=64kB --l1i_size=64kB --l2cache --l2_size=256kB --cacheline_size=64 --mem-size=20