[gem5-users] help running parsec in SE mode

2022-04-29 Thread John H
Hi All I am trying to run the PARSEC benchmark for MESI_two_Level(Ruby) in SE mode for a simple timing CPU for x86. Is there a script to run this? It will be great if someone can help. Thanks John ___ gem5-users mailing list -- gem5-users@gem5.org To

[gem5-users] PARSEC benchmarks SE mode

2022-04-28 Thread John H
Hi, I am trying to run the PARSEC benchmark for MESI 2 level in SE mode for a simple timing CPU. Is there a script to run this? ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org

[gem5-users] Re: DRRIP implementation

2020-11-30 Thread John H via gem5-users
-review.googlesource.com/c/public/gem5/+/37135 would be > enough). > > Regarding SRRIP, it is implemented as RRIPRP(). > > Regards, > Daniel > Em sábado, 21 de novembro de 2020 22:40:48 GMT+1, John H < > h92420...@gmail.com> escreveu: > > > Hi > > Thanks

[gem5-users] Adding new replacement policy error

2020-11-27 Thread John H via gem5-users
Hello, I tried creating a separate .cc and .hh file for implementing a new replacement policy and added it to Scons within replacement policies. However, when i run gem5 build, I get the following error message build/X86/mem/cache/replacement_policies/ship_rp.cc:13:22: error: 'Params' does not

[gem5-users] Re: DRRIP implementation

2020-11-21 Thread John H via gem5-users
can implement it easily by modifying DuelingMonitor::initEntry. > > Regards, > Daniel > Em sábado, 21 de novembro de 2020 03:46:27 GMT+1, John H via gem5-users < > gem5-users@gem5.org> escreveu: > > > Hello, > > I am new with gem5, just getting started. I wanted

[gem5-users] DRRIP implementation

2020-11-20 Thread John H via gem5-users
Hello, I am new with gem5, just getting started. I wanted to implement DRRIP cache replacement policy. Have any one of you tried implementing this? Any pointers on this would be helpful. Thanks, John ___ gem5-users mailing list -- gem5-users@gem5.org