Skip to content

Commit e391daa

Browse files
committed
[roc] Update UL hash register
1 parent 6576a61 commit e391daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cru/Constants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ 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(0x000c0004);
154+
static constexpr Register USERLOGIC_GIT_HASH(0x00c00004);
155155

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

0 commit comments

Comments
 (0)