[gem5-users] gem5 garnet 3.0 standalone

2023-05-07 Thread Karim Soliman via gem5-users
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

[gem5-users] gem5 / Garnet 3.0 / Standalone

2023-04-03 Thread Karim Soliman via gem5-users
Hey everyone, I was trying to limit the size of the flitBuffer. The default constructor is set *max_size = INFINITE_;* So, I used the method *setMaxSize(); *to alter the default *max_size *of the buffer. During the simulation, I output the current size of the flitBuffer at

[gem5-users] Gem5 / garnet 3.0 - Standalone

2023-03-31 Thread Karim Soliman via gem5-users
Hey everyone, My research field is about NoC and I'm working on gem5/garnet 3.0 standalone. For research purposes, I'm trying to push Garnet standalone protocol into deadlock or traffic congestion during the simulation of Mesh_XY topology. So, that's what i have done so far: -