Re: [gem5-users] how to declare a MessageBuffer transporting MemoryMsg

2013-03-13 Thread Tushar Krishna
The vnet_type field is used by the garnet on-chip network to decide whether the message only carries control (= request) information or data (i.e. the cache line) (= response), and size the number of buffers required within each VC appropriately (e.g. vnets carrying control have 1-flit buffers,

[gem5-users] how to declare a MessageBuffer transporting MemoryMsg

2013-03-13 Thread zhengchl
Hi, I want to add a MessageBuffer between L1 and L2 cache which transports 'MemoryMsg' message. I find many MessageBuffer declaration like: MessageBuffer requestFromL1Cache, network="To", virtual_network="0", ordered="false", vnet_type="request"; MessageBuffer responseFromL1Cach