[gem5-users] Re: Interface Message Buffers between the Network and the Ruby protocol

2021-05-06 Thread VEDIKA JITENDRA KULKARNI via gem5-users
5-users] Re: Interface Message Buffers between the Network and the Ruby protocol VEDIKA JITENDRA KULKARNI wrote: > Hi, thank you! So based on Dest NI it is decided that the packet is for > L1CACHE (0-15), > L2CACHE(16-31) or DIRECTORY (32-47), and vnet(0,1,2) decides which queue, > rig

[gem5-users] Re: Interface Message Buffers between the Network and the Ruby protocol

2021-05-06 Thread gabriel.busnot--- via gem5-users
__ > From: gabriel.busnot--- via gem5-users <gem5-users(a)gem5.org> > Sent: Wednesday, May 5, 2021 7:42:32 PM > To: gem5-users(a)gem5.org <gem5-users(a)gem5.org> > Cc: gabriel.busnot(a)arteris.com <gabriel.busnot(a)arteris.com> > Subject: [gem5-users] Re:

[gem5-users] Re: Interface Message Buffers between the Network and the Ruby protocol

2021-05-06 Thread VEDIKA JITENDRA KULKARNI via gem5-users
gabriel.bus...@arteris.com Subject: [gem5-users] Re: Interface Message Buffers between the Network and the Ruby protocol Hi, This is based on the virtual network ID specified at the top of the machine declaration with the MessageBuffer* declaration. E.g.: MessageBuffer * L1RequestToL2Cache, ne

[gem5-users] Re: Interface Message Buffers between the Network and the Ruby protocol

2021-05-05 Thread gabriel.busnot--- via gem5-users
Hi, This is based on the virtual network ID specified at the top of the machine declaration with the MessageBuffer* declaration. E.g.: MessageBuffer * L1RequestToL2Cache, network="From", virtual_network="0", vnet_type="request"; Gabriel ___ gem5-users