mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-20 17:37:35 +01:00
G2 hdi id (#521)
* g2: hdi value in fpga is 3 bits, so using appropriate enum for it * hdi id bits are determined * fw date changed (g2)
This commit is contained in:
@@ -102,9 +102,13 @@
|
||||
#define CONFIG_VETO_CH_10GBE_ENBL_MSK (0x00000001 << CONFIG_VETO_CH_10GBE_ENBL_OFST)
|
||||
#define CONFIG_SLAVE_OFST (16)
|
||||
#define CONFIG_SLAVE_MSK (0x00000001 << CONFIG_SLAVE_OFST)
|
||||
#define CONFIG_HDI_MOD_ID_OFST (17)
|
||||
#define CONFIG_HDI_MOD_ID_MSK (0x00000007 << CONFIG_HDI_MOD_ID_OFST)
|
||||
#define CONFIG_FLIP_DATA_STREAM_OFST (20)
|
||||
#define CONFIG_HDI_SLAVE_OFST (17)
|
||||
#define CONFIG_HDI_SLAVE_MSK (0x00000001 << CONFIG_HDI_SLAVE_OFST)
|
||||
#define CONFIG_HDI_VERSION_OFST (18)
|
||||
#define CONFIG_HDI_VERSION_MSK (0x0000001F << CONFIG_HDI_VERSION_OFST)
|
||||
#define CONFIG_HDI_25UM_OFST (23)
|
||||
#define CONFIG_HDI_25UM_MSK (0x00000001 << CONFIG_HDI_25UM_OFST)
|
||||
#define CONFIG_FLIP_DATA_STREAM_OFST (24)
|
||||
#define CONFIG_FLIP_DATA_STREAM_MSK (0x00000001 << CONFIG_FLIP_DATA_STREAM_OFST)
|
||||
#define ALGORITHM_HITS_VAL (0x0)
|
||||
#define ALGORITHM_RAW_VAL (0x7)
|
||||
|
||||
Reference in New Issue
Block a user