Changes between Version 57 and Version 58 of InterconnexionNetworks


Ignore:
Timestamp:
Apr 15, 2013, 11:32:59 AM (11 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InterconnexionNetworks

    v57 v58  
    173173== 5. DSPIN packet encoding on the coherence network
    174174
    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.
     175The coherence transactions are directly transmitted to the coherence network by the L1 caches and L2 caches in DSPIN format.
     176The L2-to-L1 network uses 40 bits flits. The L1-to-L2 network uses 33 bits flits.
    176177Broadcast commands are only used on the L2-to-L1 network, and use the BC bit in first flit.
    177178
     
    198199
    199200This 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).
    202203 * The UPTID field contains the UPDATE Table index.
    203204 * The WORD field contains the first modified word index.
     
    221222
    222223This 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).
    225226 * The UPTID field contains the UPDATE Table index.
    226227 * The WORD field contains the first modified word index.
     
    237238
    238239This 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).
    240241 * The XMIN,XMAX, YMIN, YMAX fields define the limits of the broadcast.
    241  * The UPTID field contains the UPDATE Table index.
    242242 * The NLINE field contains the cache line identifier (34 bits).
    243243
     
    246246|| 0 || (5)|| (5)|| (5)|| (5)||   (14)   || (4) || 1||
    247247Flit 1 :
    248 ||EOP||res||UPTID||------------NLINE--------------------||
    249 || 1 ||(1)|| (4) ||            (34)                     ||
     248||EOP||res||---------------------NLINE--------------------||
     249|| 1 ||(5)||                     (34)                     ||
    250250
    251251=== 5.4 DSPIN CLEANUP-ACK packet format (L2-to-L1 : 40 bits) ===
     
    257257
    258258Flit 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 ||
    261261
    262262