[gem5-users] Gem5 Garnet 3.0 -- Virtual networks

2023-06-08 Thread Karim Soliman via gem5-users
Hey everyone, hope you are all doing well. For research purposes, I'm using gem5 with garnet 3.0, the protocol used is the Standalone protocol which provides 3 virtual networks, vnet =0, 1, 2. I was wondering if it's possible to change this number and set a different number of virtual networks. I

[gem5-users] Re: Gem5 Garnet 3.0 -- Virtual networks

2023-06-08 Thread Krishna, Tushar via gem5-users
Karim you can control which vnet to inject traffic into using - -inj-vnet Garnet Synthetic Traffic

[gem5-users] Re: [EXT] Re: Question about running the hpca-2023 tutorial

2023-06-08 Thread Bobby Bruce via gem5-users
Sorry for a very late reply, but for the sake of clarification: Yes, I believe you should have cloned the bootcamp 2022 recurisively. I think both the issues highlighted in this thread were due to running a newer version of gem5 on top of older config scripts and resources which used the older

[gem5-users] Re: Gem5 Garnet 3.0 -- Virtual networks

2023-06-08 Thread Chenxun Wang via gem5-users
Hi Karim, The number of virtual networks under Standalone protocol is set in `configs/ruby/Garnet_standalone.py`, line 115 which is `ruby_system.network.number_of_virtual_networks = 3`. It's the same as every other protocol such as CHI in `configs/ruby/CHI.py`. This parameter should not be