[gem5-dev] Re: [gem5-users] Garnet Network Interface connection to Protocol Controllers

2020-04-23 Thread Krishna, Tushar via gem5-dev
On Thu, Apr 23, 2020 at 11:12 PM Krishna, Tushar mailto:tus...@ece.gatech.edu>> wrote: Each controller creates one NI. Multiple NIs connect to the same router within the NoC. So you can collect controller specific network stats from the NI it is connected to. Best, Tushar On Apr 23, 20

[gem5-dev] Re: [gem5-users] Garnet Network Interface connection to Protocol Controllers

2020-04-23 Thread Krishna, Tushar via gem5-dev
Each controller creates one NI. Multiple NIs connect to the same router within the NoC. So you can collect controller specific network stats from the NI it is connected to. Best, Tushar On Apr 23, 2020, 11:09 PM -0400, Arun Mishra via gem5-users , wrote: Hi All, In Garnet, is a single

[gem5-dev] Garnet2.0 released

2016-10-10 Thread Krishna, Tushar
Hi gem5 users and developers, I am pleased to announce the release of Garnet2.0 inside gem5! Garnet2.0 replaces the original garnet network model within Ruby. Note: This change only affects users of the Ruby memory system (not the classic memory system). Moreover, the default network model

Re: [gem5-dev] Review Request 3647: ruby: Fix broken regressions

2016-10-07 Thread Krishna, Tushar
, Tushar > On Oct 7, 2016, at 7:26 PM, Gutierrez, Anthony <anthony.gutier...@amd.com> > wrote: > > Thanks, Tushar. > > -Original Message- > From: gem5-dev [mailto:gem5-dev-boun...@gem5.org] On Behalf Of Krishna, Tushar > Sent: Friday, October 07, 2016 4:0

Re: [gem5-dev] Review Request 3647: ruby: Fix broken regressions

2016-10-07 Thread Krishna, Tushar
Hi Brandon, SimpleIntLink inherits from BasicIntLink (which defines dst_node) so this error shouldn’t ideally show up. I don’t see it when I run the simple network. Can you tell me what command you ran? I’ll try reproducing and debugging it on my end. Cheers, Tushar > On Oct 7, 2016, at 6:15

[gem5-dev] Error uploading images to the gem5 wiki

2016-10-04 Thread Krishna, Tushar
Hi all, I have been getting the following error when trying to upload an image to the gem5 wiki: Warning: fopen(/z/www/htdocs/wiki/images/lockdir/jny8zw5whr3mvxbze7rj32hk8ghgbgf.lock): failed to open stream: Permission denied in

Re: [gem5-dev] Review Request 3558: ruby: garnet2.0

2016-10-03 Thread Krishna, Tushar
M, Jieming Yin <bjm...@gmail.com<mailto:bjm...@gmail.com>> wrote: Hi Tushar, Thanks for addressing Zicong's comment. Do you feel comfortable checking in the patches? Jieming On Sat, Sep 24, 2016 at 9:18 AM, Krishna, Tushar <tus...@ece.gatech.edu<mailto:tus...@ece.gatech.

Re: [gem5-dev] Review Request 3558: ruby: garnet2.0

2016-09-24 Thread Krishna, Tushar
I found the bug and fixed it. [Basically by default garnet should use the routing table, the src_outport and dst_inport names are for supporting special routing algorithms that the user may want to implement. The default routing algo was set to the user-specified one in the config file]. Thanks