[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] Dist-gem5 on x86

2023-03-29 Thread Varun Chandrashekhar Gohil via gem5-users
Hello, Is distributed-gem5 supported with x86 ISA? I found this thread (https://www.mail-archive.com/gem5-users@gem5.org/msg15134.html) from 2018 saying it was not supported back then. I'm wondering if there has been any follow-up work in this direction. Thank you, Varun smime.p7s

[gem5-users] From learning gem5 part1 to a multi core in SE

2023-03-29 Thread Matias Mazzanti via gem5-users
Hello! I'm following the tutorial of gem5 and my advisor of PhD give me a task to transform the script two_level.py that use the caches.py

[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: *

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

2023-03-29 Thread Karim Soliman via gem5-users
Hey everyone. For research purposes, I need to inject on purpose the flits into a certain virtual network, is that possible? Best Regards, *Eng. Karim Soliman* Teaching Assistant Computer Engineering Department Pharos University in Alexandria (P.U.A)