[gem5-dev] Re: Garnet support in Gem5 Standard library

2023-06-21 Thread Srikant Bharadwaj via gem5-dev
Hi Hansika, Gatnet is supported in the stable version of gem5. You can run it in standalone mode or use it to connect entities in CPU/GPU simulations. Srikant On Wed, Jun 21, 2023 at 2:14 PM Hansika Weerasena via gem5-dev < gem5-dev@gem5.org> wrote: > Does have garnet support in current stable

[gem5-dev] Re: MessageBuffer double counting delay between arrival and dequeue ticks?

2020-09-15 Thread Srikant Bharadwaj via gem5-dev
Hi Ryan, You are right. If the message goes to the next message buffer, delay is added again. However, as far as I know we are not using the delayed ticks for calculating anything anymore. The earlier use case was to calculate the stall time within MessageBuffer, but we use the getTime to do that