We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 409cbf2 commit 510fcb6Copy full SHA for 510fcb6
src/Cru/Constants.h
@@ -151,9 +151,7 @@ static constexpr Register FIRMWARE_TIME(0x0000000c);
151
152
/// Register containing the userlogic Git hash
153
/// 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);
+static constexpr Register USERLOGIC_GIT_HASH(0x00c00004);
157
158
/// Register containing the first part of the Arria 10 chip ID
159
0 commit comments