Skip to content

Commit 0a00f37

Browse files
committed
[cru] User Logic hash register disabled until implemented by all detectors
1 parent 83641cd commit 0a00f37

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Cru/Constants.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,9 @@ static constexpr Register FIRMWARE_TIME(0x0000000c);
151151

152152
/// Register containing the userlogic Git hash
153153
/// Must be accessed on BAR 2
154-
static constexpr Register USERLOGIC_GIT_HASH(0x00c00004);
154+
/// Keep the same address as the COMMON LOGIC until register is implemented for all detectors
155+
//static constexpr Register USERLOGIC_GIT_HASH(0x00c00004);
156+
static constexpr Register USERLOGIC_GIT_HASH(0x4);
155157

156158
/// Register containing the first part of the Arria 10 chip ID
157159
/// Must be accessed on BAR 2

0 commit comments

Comments
 (0)