Changeset 497


Ignore:
Timestamp:
Aug 26, 2013, 5:00:09 PM (11 years ago)
Author:
cfuguet
Message:

Modification in dspin_dhccp_param class:

  • The SET index width sent in the CLACK command has been reduced to 6 bits.
File:
1 edited

Legend:

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

    r478 r497  
    151151    static const uint8_t  BE_WIDTH                     = 4;
    152152    static const uint8_t  DATA_WIDTH                   = 32;
    153     static const uint8_t  SET_INDEX_WIDTH              = 16;
     153    static const uint8_t  SET_INDEX_WIDTH              = 6;
    154154    static const uint8_t  WAY_INDEX_WIDTH              = 2;
    155155    static const uint8_t  BROADCAST_BOX_WIDTH          = 20;
Note: See TracChangeset for help on using the changeset viewer.