# HG changeset patch # User paul # Date 2015-01-15 14:35:16 # Node ID 5cfb4f574403f86583ac510d5921709548a9c902 # Parent 2b5dc338fb623046072d6eb98c26ad884e17f95e sync diff --git a/fsw_params_processing.h b/fsw_params_processing.h --- a/fsw_params_processing.h +++ b/fsw_params_processing.h @@ -9,7 +9,7 @@ #define TOTAL_SIZE_NORM_BP1_F2 108 // 12 * 9 = 108 #define TOTAL_SIZE_SBM1_BP1_F0 198 // 22 * 9 = 198 // F0 -#define NB_RING_NODES_SM_F0 12 // AT LEAST 8 due to the way the averaging is done +#define NB_RING_NODES_SM_F0 20 // AT LEAST 8 due to the way the averaging is done #define NB_RING_NODES_ASM_BURST_SBM_F0 10 // AT LEAST 3 #define NB_RING_NODES_ASM_NORM_F0 10 // AT LEAST 3 #define NB_RING_NODES_ASM_F0 3 // AT LEAST 3 @@ -19,7 +19,7 @@ #define NB_RING_NODES_ASM_NORM_F1 5 // AT LEAST 3 #define NB_RING_NODES_ASM_F1 3 // AT LEAST 3 // F2 -#define NB_RING_NODES_SM_F2 10 // AT LEAST 3 +#define NB_RING_NODES_SM_F2 5 // AT LEAST 3 #define NB_RING_NODES_ASM_BURST_SBM_F2 3 // AT LEAST 3 #define NB_RING_NODES_ASM_NORM_F2 3 // AT LEAST 3 #define NB_RING_NODES_ASM_F2 3 // AT LEAST 3