mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-06 18:10:40 +02:00
ctb: added altchip_id read register
Some checks failed
CMake / Configure and build using cmake (push) Failing after 10s
Some checks failed
CMake / Configure and build using cmake (push) Failing after 10s
This commit is contained in:
parent
40dcc1e2cf
commit
6c329cffe0
@ -223,6 +223,9 @@
|
||||
#define DBIT_INJECT_COUNTER_CLKDIV_OFST (8) // Additional clock divider for fake-data injection
|
||||
#define DBIT_INJECT_COUNTER_CLKDIV_MSK (0x000000FF << DBIT_INJECT_COUNTER_CLKDIV_OFST)
|
||||
|
||||
/* 64-bit FPGA chip ID. Unique for every device. read-only */
|
||||
#define FPGA_chipID_0_REG (0x48 << MEM_MAP_SHIFT)
|
||||
#define FPGA_chipID_1_REG (0x49 << MEM_MAP_SHIFT)
|
||||
|
||||
/* FIFO Transceiver In 64 bit RO register */
|
||||
#define FIFO_TIN_LSB_REG (0x31 << MEM_MAP_SHIFT)
|
||||
|
Loading…
x
Reference in New Issue
Block a user