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 83641cd commit 0a00f37Copy full SHA for 0a00f37
src/Cru/Constants.h
@@ -151,7 +151,9 @@ static constexpr Register FIRMWARE_TIME(0x0000000c);
151
152
/// Register containing the userlogic Git hash
153
/// Must be accessed on BAR 2
154
-static constexpr Register USERLOGIC_GIT_HASH(0x00c00004);
+/// 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);
157
158
/// Register containing the first part of the Arria 10 chip ID
159
0 commit comments