Changes between Version 7 and Version 8 of InterconnexionNetworks
- Timestamp:
- Jul 2, 2009, 5:57:22 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InterconnexionNetworks
v7 v8 55 55 Therefore, the total SRCID width cannot be larger than 14 bits. 56 56 57 === 2.3 57 === 2.3 VCI Address generation on the coherence network === 58 58 59 59 This general indexing policy simplifies the VCI address generation on the coherence network : … … 84 84 ==== 3.1.1 DSPIN Read Command packet format ==== 85 85 86 A single flit VCI Read Command packet ( including theLL packets) is translated to a 2 flits DSPIN Read Command packet :86 A single flit VCI Read Command packet (this includes LL packets) is translated to a 2 flits DSPIN Read Command packet : 87 87 88 88 Flit 0 : … … 95 95 ==== 3.1.2 DSPIN write Command packet format ==== 96 96 97 A N flits VCI Write Command packet ( includingSC packets) is translated to a N+2 flits DSPIN Write Command packet :97 A N flits VCI Write Command packet (this includes SC packets) is translated to a N+2 flits DSPIN Write Command packet : 98 98 99 Flit 0 : 100 ||0||----------------ADDRESS--------------------||0|| 101 ||1|| 38 ||1|| 102 Flit 1 : 103 ||1||SRCID||CMD||CST||PLEN||TRDID||PKTID||reserved|| 104 ||1|| 14 || 2 || 2 || 8 || 4 || 4 || 5 || 105 Flit N : 106 ||1||resserved||BE||------------WDATA-----------------|| 107 ||1||3 ||4 || 32 || 99 108 ==== 3.1.3 DSPIN Broadcast Command packet format ==== 100 109