##// END OF EJS Templates
Merge
Merge

File last commit:

r122:be6c6d813285 VHDLib206
r123:1bf6d1691be7 merge VHDLib206
Show More
fsw_params_processing.h
63 lines | 2.5 KiB | text/x-c | CLexer
/ header / fsw_params_processing.h
paul
SID corrected in TM_LFR_TC_EXE packets...
r31 #ifndef FSW_PARAMS_PROCESSING_H
#define FSW_PARAMS_PROCESSING_H
paul
snapshots extraction fully functionnal in SBM1 and SBM2
r106 #define NB_BINS_PER_SM 128
#define NB_VALUES_PER_SM 25
#define TOTAL_SIZE_SM 3200 // 25 * 128
paul
Sync
r115 #define TOTAL_SIZE_NORM_BP1_F0 99 // 11 * 9 = 99
#define TOTAL_SIZE_NORM_BP1_F1 117 // 13 * 9 = 117
#define TOTAL_SIZE_NORM_BP1_F2 108 // 12 * 9 = 108
#define TOTAL_SIZE_SBM1_BP1_F0 198 // 22 * 9 = 198
paul
snapshots extraction fully functionnal in SBM1 and SBM2
r106 //
paul
Sync...
r117 #define NB_RING_NODES_SM_F0 12 // AT LEAST 3
paul
AVF1 and PRC1 tasks added for processing at f1
r121 #define NB_RING_NODES_ASM_BURST_SBM_F0 10 // AT LEAST 3
#define NB_RING_NODES_ASM_NORM_F0 10 // AT LEAST 3
paul
Sync...
r117 #define NB_RING_NODES_SM_F1 3 // AT LEAST 3
paul
AVF1 and PRC1 tasks added for processing at f1
r121 #define NB_RING_NODES_ASM_BURST_SBM_F1 5 // AT LEAST 3
#define NB_RING_NODES_ASM_NORM_F1 5 // AT LEAST 3
paul
Sync...
r117 #define NB_RING_NODES_SM_F2 3 // AT LEAST 3
paul
Sync
r99 //
#define NB_BINS_PER_ASM_F0 88
paul
SM simulator functionnal...
r100 #define NB_BINS_PER_PKT_ASM_F0 44
#define TOTAL_SIZE_ASM_F0_IN_BYTES 4400 // 25 * 88 * 2
paul
Sync
r99 #define ASM_F0_INDICE_START 17 // 88 bins
#define ASM_F0_INDICE_STOP 104 // 2 packets of 44 bins
//
#define NB_BINS_PER_ASM_F1 104
paul
SM simulator functionnal...
r100 #define NB_BINS_PER_PKT_ASM_F1 52
paul
AVF1 and PRC1 tasks are functional now
r122 #define TOTAL_SIZE_ASM_F1_IN_BYTES 5200 // 25 * 104 * 2
paul
Sync
r99 #define ASM_F1_INDICE_START 6 // 104 bins
#define ASM_F1_INDICE_STOP 109 // 2 packets of 52 bins
//
#define NB_BINS_PER_ASM_F2 96
paul
SM simulator functionnal...
r100 #define NB_BINS_PER_PKT_ASM_F2 48
paul
AVF1 and PRC1 tasks are functional now
r122 #define TOTAL_SIZE_ASM_F2_IN_BYTES 4800 // 25 * 96 * 2
paul
Sync
r99 #define ASM_F2_INDICE_START 7 // 96 bins
#define ASM_F2_INDICE_STOP 102 // 2 packets of 48 bins
//
paul
Sync
r115 #define NB_BINS_COMPRESSED_SM_F0 11
#define NB_BINS_COMPRESSED_SM_F1 13
#define NB_BINS_COMPRESSED_SM_F2 12
paul
Sync...
r117 #define NB_BINS_COMPRESSED_SM_SBM_F0 22
paul
AVF1 and PRC1 tasks added for processing at f1
r121 #define NB_BINS_COMPRESSED_SM_SBM_F1 26
#define NB_BINS_COMPRESSED_SM_SBM_F2 24
paul
Sync
r99 //
paul
Sync...
r117 #define NB_BINS_TO_AVERAGE_ASM_F0 8
#define NB_BINS_TO_AVERAGE_ASM_F1 8
#define NB_BINS_TO_AVERAGE_ASM_F2 8
#define NB_BINS_TO_AVERAGE_ASM_SBM_F0 4
paul
AVF1 and PRC1 tasks added for processing at f1
r121 #define NB_BINS_TO_AVERAGE_ASM_SBM_F1 4
#define NB_BINS_TO_AVERAGE_ASM_SBM_F2 4
paul
Bug #60 corrected...
r102 //
paul
AVF1 and PRC1 tasks are functional now
r122 #define TOTAL_SIZE_COMPRESSED_ASM_NORM_F0 275 // 11 * 25 WORDS
#define TOTAL_SIZE_COMPRESSED_ASM_NORM_F1 325 // 13 * 25 WORDS
#define TOTAL_SIZE_COMPRESSED_ASM_F2 300 // 12 * 25 WORDS
#define TOTAL_SIZE_COMPRESSED_ASM_SBM_F0 550 // 22 * 25 WORDS
#define TOTAL_SIZE_COMPRESSED_ASM_SBM_F1 650 // 26 * 25 WORDS
paul
Sync...
r117 // NORM
paul
Sync...
r116 #define NB_SM_BEFORE_NORM_BP1_F0 384 // 96 * 4
paul
Sync...
r117 // GENERAL
paul
Sync...
r116 #define NB_SM_BEFORE_AVF0 8
paul
Sync at CNES before going back to 117
r119 #define NB_SM_BEFORE_AVF1 8
paul
SID corrected in TM_LFR_TC_EXE packets...
r31
#endif // FSW_PARAMS_PROCESSING_H