[gem5-users] Re: Generate traffic/trace and feed it to Garnet standalone mode

2021-05-28 Thread Travis Dai via gem5-users
2021 2:57 AM To: gem5 users mailing list<mailto:gem5-users@gem5.org> Cc: Mahyar Samani<mailto:msam...@ucdavis.edu> Subject: [gem5-users] Re: Generate traffic/trace and feed it to Garnet standalone mode Hello Travis, You need to write a script that describes the system you want to te

[gem5-users] Re: Generate traffic/trace and feed it to Garnet standalone mode

2021-05-28 Thread Mahyar Samani via gem5-users
Hello Travis, You need to write a script that describes the system you want to test with synthetic traffic, then you can add a PyTrafficGen to your system. The PyTrafficGen object has several functions that generate the traffic you want such as createLinear, createRandom, createDram, createIdle,

[gem5-users] Re: Generate traffic/trace and feed it to Garnet standalone mode

2021-05-26 Thread Krishna, Tushar via gem5-users
Hi Travis, Hmm I have not used traffic_gen myself so am not sure of its intended use case. I suggest looking at gem5/src/cpu/testers/garnet_synthetic_traffic/ .. this is how we manually define which cpus send packets and how big they are (how big they are depends on vnet they are injected in).