[gem5-users] Re: Gem5 - ruby - garnet3.0

2023-03-29 Thread Karim Soliman via gem5-users
Thank you, that helps a lot. Best Regards, *Eng. Karim Soliman* Teaching Assistant Computer Engineering Department Pharos University in Alexandria (P.U.A) On Thu, Mar 30, 2023 at 10:32 AM Srikant Bharadwaj wrote: > Hi Karim, > Adding to what Tushar and Gabriel mentioned, you can use Garnet

[gem5-users] Re: Gem5 - ruby - garnet3.0

2023-03-29 Thread Srikant Bharadwaj via gem5-users
Hi Karim, Adding to what Tushar and Gabriel mentioned, you can use Garnet standalone to do this. >From what I understand, you want to create a custom traffic pattern according to your calculations. You can create your own traffic pattern by modifying the traffic injector. You can follow the

[gem5-users] Re: Gem5 - ruby - garnet3.0

2023-03-29 Thread Karim Soliman via gem5-users
Thank you for your response, I'm actually interested in routing and not coherency protocols, so i rebuild gem5 with the following command to use Garnet Standalone protocol scons build/NULL/gem5.debug PROTOCOL=Garnet_standalone Thanks for the help about using the appropriate protocol. What I want

[gem5-users] Re: Gem5 - ruby - garnet3.0

2023-03-29 Thread Krishna, Tushar via gem5-users
Yes .. take a look at https://www.gem5.org/documentation/general_docs/ruby/garnet_synthetic_traffic/ --inj-vnet can be set to inject in one of the vnets See the related files as well to see where all of this is implemented. Best, Tushar On Mar 29, 2023, 5:23 AM -0400, Karim Soliman via

[gem5-users] Re: Gem5 - ruby - garnet3.0

2023-03-29 Thread gabriel.busnot--- via gem5-users
Hi Karim, Can you be more specific about what you are trying to achieve for us to provide accurate answers? You seem to be really focused on the transport and not so much on the coherency protocol. In that case, I recommend using the garnet standalone protocol: *