Index: /branches/RWT/communication/dspin_dhccp_param/caba/source/include/dspin_dhccp_param.h
===================================================================
--- /branches/RWT/communication/dspin_dhccp_param/caba/source/include/dspin_dhccp_param.h	(revision 609)
+++ /branches/RWT/communication/dspin_dhccp_param/caba/source/include/dspin_dhccp_param.h	(revision 610)
@@ -156,5 +156,5 @@
     static const uint8_t  BE_WIDTH                     = 4;
     static const uint8_t  DATA_WIDTH                   = 32;
-    static const uint8_t  SET_INDEX_WIDTH              = 16;
+    static const uint8_t  SET_INDEX_WIDTH              = 6;
     static const uint8_t  WAY_INDEX_WIDTH              = 2;
     static const uint8_t  BROADCAST_BOX_WIDTH          = 20;
@@ -199,7 +199,7 @@
     static const uint8_t  MULTI_INVAL_DEST_SHIFT       = 25;
     static const uint64_t MULTI_INVAL_DEST_MASK        = ((1ULL<<SRCID_WIDTH)-1);
-    static const uint8_t  MULTI_INVAL_SRCID_SHIFT      = 8;
+    static const uint8_t  MULTI_INVAL_SRCID_SHIFT      = 7;
     static const uint64_t MULTI_INVAL_SRCID_MASK       = ((1ULL<<SRCID_WIDTH)-1);
-    static const uint8_t  MULTI_INVAL_UPDT_INDEX_SHIFT = 4;
+    static const uint8_t  MULTI_INVAL_UPDT_INDEX_SHIFT = 3;
     static const uint64_t MULTI_INVAL_UPDT_INDEX_MASK  = ((1ULL<<UPDT_INDEX_WIDTH)-1);
     static const uint8_t  MULTI_INVAL_NLINE_SHIFT      = 0;
@@ -238,7 +238,7 @@
     static const uint8_t  CLACK_DEST_SHIFT             = 25;
     static const uint64_t CLACK_DEST_MASK              = ((1ULL<<SRCID_WIDTH)-1);
-    static const uint8_t  CLACK_SET_SHIFT              = 6;
+    static const uint8_t  CLACK_SET_SHIFT              = 4;
     static const uint64_t CLACK_SET_MASK               = ((1ULL<<SET_INDEX_WIDTH)-1);
-    static const uint8_t  CLACK_WAY_SHIFT              = 4;
+    static const uint8_t  CLACK_WAY_SHIFT              = 2;
     static const uint64_t CLACK_WAY_MASK               = ((1ULL<<WAY_INDEX_WIDTH)-1);
 
