added register to read the firmware git hash
Some checks failed
CMake / Configure and build using cmake (push) Failing after 9s

This commit is contained in:
muelle_m1 2025-03-28 16:01:25 +01:00
parent 91ca6fa0f1
commit 40dcc1e2cf

View File

@ -65,8 +65,8 @@
(0x000000FF << STATUS_PT_CNTRL_STTS_OFF_OFST)
#define STATUS_IDLE_MSK (0x677FF)
/* Look at me RO register TODO */
#define LOOK_AT_ME_REG (0x03 << MEM_MAP_SHIFT)
/* Register containing the git hash of the FPGA firmware */
#define FIRMWARE_GIT_HASH_REG (0x03 << MEM_MAP_SHIFT)
/* System Status RO register */
#define SYSTEM_STATUS_REG (0x04 << MEM_MAP_SHIFT)