Changeset 478


Ignore:
Timestamp:
Jul 29, 2013, 11:06:56 AM (11 years ago)
Author:
cfuguet
Message:

Modification in dspin_dhccp_param:

  • Aligning to left the fields in DSPIN flit for the MULTICAST UPDT/INVAL after reduction of TYPE field from three to two bits.
  • Aligning to left the fields in DSPIN flit for the CLACK after reduction of TYPE field from three to 1 bit.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/communication/dspin_dhccp_param/caba/source/include/dspin_dhccp_param.h

    r468 r478  
    190190    static const uint8_t  MULTI_INVAL_DEST_SHIFT       = 25;
    191191    static const uint64_t MULTI_INVAL_DEST_MASK        = ((1ULL<<SRCID_WIDTH)-1);
    192     static const uint8_t  MULTI_INVAL_SRCID_SHIFT      = 8;
     192    static const uint8_t  MULTI_INVAL_SRCID_SHIFT      = 7;
    193193    static const uint64_t MULTI_INVAL_SRCID_MASK       = ((1ULL<<SRCID_WIDTH)-1);
    194     static const uint8_t  MULTI_INVAL_UPDT_INDEX_SHIFT = 4;
     194    static const uint8_t  MULTI_INVAL_UPDT_INDEX_SHIFT = 3;
    195195    static const uint64_t MULTI_INVAL_UPDT_INDEX_MASK  = ((1ULL<<UPDT_INDEX_WIDTH)-1);
    196196    static const uint8_t  MULTI_INVAL_NLINE_SHIFT      = 0;
     
    227227    static const uint8_t  CLACK_DEST_SHIFT             = 25;
    228228    static const uint64_t CLACK_DEST_MASK              = ((1ULL<<SRCID_WIDTH)-1);
    229     static const uint8_t  CLACK_SET_SHIFT              = 6;
     229    static const uint8_t  CLACK_SET_SHIFT              = 4;
    230230    static const uint64_t CLACK_SET_MASK               = ((1ULL<<SET_INDEX_WIDTH)-1);
    231     static const uint8_t  CLACK_WAY_SHIFT              = 4;
     231    static const uint8_t  CLACK_WAY_SHIFT              = 2;
    232232    static const uint64_t CLACK_WAY_MASK               = ((1ULL<<WAY_INDEX_WIDTH)-1);
    233233
Note: See TracChangeset for help on using the changeset viewer.