diff --git a/hdl/pkg_corrmatrix.vhd b/hdl/pkg_corrmatrix.vhd
index 7854f164f425a11f3b1f72b66f87549aeb329c5f..63473155cdfe8f2d61d85a80ba488aeacbc1dbc8 100644
--- a/hdl/pkg_corrmatrix.vhd
+++ b/hdl/pkg_corrmatrix.vhd
@@ -29,8 +29,8 @@ package pkg_corr_matrix is
     constant C_W_MM_COEF        : natural := 24;
 
     constant C_W_MM_MULT        : natural := 48; -- C_W_OE+C_W_MM_COEF;
-    constant C_W_MM_IDCNT       : natural := 7;  -- natural(ceil(log2(real(C_N_MM_BPM))));
-    constant C_W_MM_ACCU        : natural := 55; -- C_W_MM_MULT+C_W_MM_IDCNT;
+    constant C_W_MM_IDCNT       : natural := 8;  -- > natural(ceil(log2(real(C_N_MM_BPM))));
+    constant C_W_MM_ACCU        : natural := 56; -- C_W_MM_MULT+C_W_MM_IDCNT;
 
     constant C_N_MM_SAT         : natural := 0;
     constant C_N_MM_RND         : natural := 23;