Changes between Version 39 and Version 40 of InterconnexionNetworks
- Timestamp:
- Feb 6, 2013, 10:58:46 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InterconnexionNetworks
v39 v40 62 62 === 3.1 VCI encoding of the various transaction types on the direct network === 63 63 64 There are 5 transaction types ('''READ''', '''WRITE''', '''LL''', '''SC''', '''CAS''') on the direct network, and there are four sub-typVCI '''CMD''' field and the VCI '''PKTID''' fields are used for the transaction type encoding. When a given initiator can send several se (such as several simultaneous '''WRITE''' transactions), the VCI '''TRDID''' field is used.64 There are 5 transaction types ('''READ''', '''WRITE''', '''LL''', '''SC''', '''CAS''') on the direct network, and four sub-types for '''READ''' transactions. These types are encoded through the pair of VCI fields '''CMD''' and '''PKTID'''. When a given initiator can send several simultaneous transactions of a given type (such as several simultaneous '''WRITE''' transactions), the VCI '''TRDID''' field is used to discriminate them. 65 65 66 66 Possible values for the VCI '''CMD''' field are : … … 73 73 || 11 || CMD_LOCKED_READ || 74 74 75 The '''PKTID''' field in TSAR is 4 bits long. Only 8 types of transaction are used : the MSB is ignored (reserved for future use). A spe r each '''PKTID''' value, as described in the table below :75 The '''PKTID''' field in TSAR is 4 bits long. Only 8 types of transaction are used : the MSB is ignored (reserved for future use). A specific VCI '''CMD''' value must be used for each '''PKTID''' value, as described in the table below : 76 76 77 77 || encoding (4 bits) || '''PKTID''' value || '''CMD''' value ||