Skip to content

Commit 510fcb6

Browse files
committed
Revert "[cru] User Logic hash register disabled until implemented by all detectors"
This reverts commit 0a00f37.
1 parent 409cbf2 commit 510fcb6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Cru/Constants.h

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

152152
/// Register containing the userlogic Git hash
153153
/// Must be accessed on BAR 2
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);
154+
static constexpr Register USERLOGIC_GIT_HASH(0x00c00004);
157155

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

0 commit comments

Comments
 (0)