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,
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