Changes between Version 57 and Version 58 of InterconnexionNetworks
- Timestamp:
- Apr 15, 2013, 11:32:59 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InterconnexionNetworks
v57 v58 173 173 == 5. DSPIN packet encoding on the coherence network 174 174 175 The coherence transactions are directly transmitted to the coherence network by the L1 caches and L2 caches in DSPIN format. The L2-to-L1 network uses 40 bits flits. The L1-to-L2 network uses 33 bits flits. 175 The coherence transactions are directly transmitted to the coherence network by the L1 caches and L2 caches in DSPIN format. 176 The L2-to-L1 network uses 40 bits flits. The L1-to-L2 network uses 33 bits flits. 176 177 Broadcast commands are only used on the L2-to-L1 network, and use the BC bit in first flit. 177 178 … … 198 199 199 200 This DSPIN packet contains 2+N flits. 200 * The DEST field contains the target L1 cache identifier ( SRCID).201 * The SOURCE field contains the source L2 cache identifier ( SRCID.201 * The DEST field contains the target L1 cache identifier (left justified SRCID). 202 * The SOURCE field contains the source L2 cache identifier (right justified SRCID). 202 203 * The UPTID field contains the UPDATE Table index. 203 204 * The WORD field contains the first modified word index. … … 221 222 222 223 This DSPIN packet contains 2 flits. 223 * The DEST field contains the target L1 cache identifier ( SRCID).224 * The SOURCE field contains the source L2 cache identifier ( SRCID.224 * The DEST field contains the target L1 cache identifier (left justified SRCID). 225 * The SOURCE field contains the source L2 cache identifier (right justified SRCID). 225 226 * The UPTID field contains the UPDATE Table index. 226 227 * The WORD field contains the first modified word index. … … 237 238 238 239 This DSPIN packet contains 2 flits. 239 * The SOURCE field contains the source L2 cache identifier ( SRCID).240 * The SOURCE field contains the source L2 cache identifier (right justified SRCID). 240 241 * The XMIN,XMAX, YMIN, YMAX fields define the limits of the broadcast. 241 * The UPTID field contains the UPDATE Table index.242 242 * The NLINE field contains the cache line identifier (34 bits). 243 243 … … 246 246 || 0 || (5)|| (5)|| (5)|| (5)|| (14) || (4) || 1|| 247 247 Flit 1 : 248 ||EOP||res|| UPTID||------------NLINE--------------------||249 || 1 ||( 1)|| (4) ||(34) ||248 ||EOP||res||---------------------NLINE--------------------|| 249 || 1 ||(5)|| (34) || 250 250 251 251 === 5.4 DSPIN CLEANUP-ACK packet format (L2-to-L1 : 40 bits) === … … 257 257 258 258 Flit 0 : 259 ||EOP||---DEST---||-res-||-- SET-----||-WAY-||TYPE||BC||260 ||1 || (14) || (3) || (16)|| (2) || (3)||0 ||259 ||EOP||---DEST---||-res-||----SET-----||-WAY-||TYPE||BC|| 260 ||1 || (14) || (3) || (16) || (2) || (3)||0 || 261 261 262 262