Changes between Version 54 and Version 55 of InterconnexionNetworks


Ignore:
Timestamp:
Mar 19, 2013, 2:18:40 PM (11 years ago)
Author:
joannou
Comment:

updated table for types encoding from L2 to L1

Legend:

Unmodified
Added
Removed
Modified
  • InterconnexionNetworks

    v54 v55  
    178178 * Other than BROADCAST, there is 5 packet types from L2 to L1 (3 bits encoding)
    179179
    180 || TYPE      || BIT2 || BIT1 || BIT0 ||
    181 ||           ||      ||      ||      ||
    182 ||CLEANUP_ACK||  1   ||  *   ||  *   ||
    183 ||UPDATE_DATA||  0   ||  1   ||  1   ||
    184 ||UPDATE_INS ||  0   ||  1   ||  0   ||
    185 ||INVAL_DATA ||  0   ||  0   ||  1   ||
    186 ||INVAL_INS  ||  0   ||  0   ||  0   ||
     180|| TYPE           || BIT2 || BIT1 || BIT0 ||
     181||                ||      ||      ||      ||
     182||UPDATE_DATA     ||  0   ||  0   ||  0   ||
     183||UPDATE_INS      ||  0   ||  0   ||  1   ||
     184||INVAL_DATA      ||  0   ||  1   ||  0   ||
     185||INVAL_INS       ||  0   ||  1   ||  1   ||
     186||CLEANUP_ACK_DATA||  1   ||  *   ||  0   ||
     187||CLEANUP_ACK_INS ||  1   ||  *   ||  1   ||
    187188
    188189 * There is 3 packet types from L1 to L2 (2 bits encoding)
     
    292293TBD
    293294
    294