gem5-users@gem5.org

The gem5 Users mailing list

View all threads

gem5 garnet 3.0 standalone

KS
Karim Soliman
Mon, May 8, 2023 2:37 AM

Hey everyone,
I'm trying to learn the garnet 3.0 standalone protocol for NoC research
purposes, I read in some articles that they perform a warm-up before
starting their simulations, if anyone knows how can I apply the warm-up in
garnet 3.0?

Best Regards,
Eng. Karim Soliman
Teaching Assistant
Computer Engineering Department
Pharos University in Alexandria (P.U.A)

Hey everyone, I'm trying to learn the garnet 3.0 standalone protocol for NoC research purposes, I read in some articles that they perform a warm-up before starting their simulations, if anyone knows how can I apply the warm-up in garnet 3.0? Best Regards, *Eng. Karim Soliman* Teaching Assistant Computer Engineering Department Pharos University in Alexandria (P.U.A)
GB
gabriel.busnot@arteris.com
Tue, May 9, 2023 10:07 AM

Hi Karim,

You can run simulation for a few thousand cycles using m5.simulate(some_amount_of_ticks), then reset stats using m5.stats.reset() and then run m5.simulate again. You will collect stats on a warmed up system.

Regards,

Gabriel

Hi Karim,\ \ You can run simulation for a few thousand cycles using m5.simulate(some_amount_of_ticks), then reset stats using m5.stats.reset() and then run m5.simulate again. You will collect stats on a warmed up system. Regards, Gabriel
KS
Karim Soliman
Tue, May 9, 2023 4:29 PM

Thank you so much for your help.

Best Regards,
Eng. Karim Soliman
Teaching Assistant
Computer Engineering Department
Pharos University in Alexandria (P.U.A)

On Tue, May 9, 2023 at 6:10 PM gabriel.busnot--- via gem5-users <
gem5-users@gem5.org> wrote:

Hi Karim,

You can run simulation for a few thousand cycles using
m5.simulate(some_amount_of_ticks), then reset stats using m5.stats.reset()
and then run m5.simulate again. You will collect stats on a warmed up
system.

Regards,

Gabriel


gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-leave@gem5.org

Thank you so much for your help. Best Regards, *Eng. Karim Soliman* Teaching Assistant Computer Engineering Department Pharos University in Alexandria (P.U.A) On Tue, May 9, 2023 at 6:10 PM gabriel.busnot--- via gem5-users < gem5-users@gem5.org> wrote: > Hi Karim, > > You can run simulation for a few thousand cycles using > m5.simulate(some_amount_of_ticks), then reset stats using m5.stats.reset() > and then run m5.simulate again. You will collect stats on a warmed up > system. > > Regards, > > Gabriel > _______________________________________________ > gem5-users mailing list -- gem5-users@gem5.org > To unsubscribe send an email to gem5-users-leave@gem5.org >