@@ -50,16 +50,16 @@ static constexpr uint32_t GBT_STREAMING(0x0);
5050
5151namespace ScRegisters
5252{
53- static constexpr Register SC_BASE_INDEX (0x00f00000 );
53+ static constexpr Register SC_BASE_INDEX (0x00000000 );
5454
55- static constexpr Register SCA_WR_DATA (0x00f00000 );
56- static constexpr Register SCA_WR_CMD (0x00f00004 );
57- static constexpr Register SCA_WR_CTRL (0x00f00008 );
55+ static constexpr Register SCA_WR_DATA (0x00000000 );
56+ static constexpr Register SCA_WR_CMD (0x00000004 );
57+ static constexpr Register SCA_WR_CTRL (0x00000008 );
5858
59- static constexpr Register SCA_RD_DATA (0x00f00010 );
60- static constexpr Register SCA_RD_CMD (0x00f00014 );
61- static constexpr Register SCA_RD_CTRL (0x00f00018 );
62- static constexpr Register SCA_RD_MON (0x00f0001c );
59+ static constexpr Register SCA_RD_DATA (0x00000010 );
60+ static constexpr Register SCA_RD_CMD (0x00000014 );
61+ static constexpr Register SCA_RD_CTRL (0x00000018 );
62+ static constexpr Register SCA_RD_MON (0x0000001c ); // unused
6363
6464static constexpr Register SCA_MFT_PSU_DATA (0x00f00000 );
6565static constexpr Register SCA_MFT_PSU_CMD (0x00f00004 );
@@ -68,20 +68,25 @@ static constexpr Register SCA_MFT_PSU_RESET(0x00f0000c);
6868static constexpr Register SCA_MFT_PSU_MASTER_SLAVE (0x00f0003c );
6969static constexpr Register SCA_MFT_PSU_ID (0x00f0001c );
7070
71- static constexpr Register SC_LINK (0x00f00078 );
72- static constexpr Register SC_RESET (0x00f0007c );
71+ static constexpr Register SC_LINK (0x00000078 );
72+ static constexpr Register SC_RESET (0x0000007c );
7373
74- static constexpr Register SWT_WR_WORD_L (0x00f00040 );
75- static constexpr Register SWT_WR_WORD_M (0x00f00044 );
76- static constexpr Register SWT_WR_WORD_H (0x00f00048 );
74+ static constexpr Register SWT_WR_WORD_L (0x00000040 );
75+ static constexpr Register SWT_WR_WORD_M (0x00000044 );
76+ static constexpr Register SWT_WR_WORD_H (0x00000048 );
7777
78- static constexpr Register SWT_RD_WORD_L (0x00f00050 );
79- static constexpr Register SWT_RD_WORD_M (0x00f00054 );
80- static constexpr Register SWT_RD_WORD_H (0x00f00058 );
78+ static constexpr Register SWT_RD_WORD_L (0x00000050 );
79+ static constexpr Register SWT_RD_WORD_M (0x00000054 );
80+ static constexpr Register SWT_RD_WORD_H (0x00000058 );
8181
82- static constexpr Register SWT_CMD (0x00f0004c );
83- static constexpr Register SWT_MON (0x00f0005c );
84- static constexpr Register SWT_WORD_MON (0x00f00060 );
82+ static constexpr Register SWT_CMD (0x0000004c ); // unused
83+ static constexpr Register SWT_MON (0x0000005c );
84+ static constexpr Register SWT_WORD_MON (0x00000060 ); // unused
85+
86+ static constexpr Register IC_WR_CFG (0x00000024 );
87+ static constexpr Register IC_WR_DATA (0x00000020 );
88+ static constexpr Register IC_WR_CMD (0x00000028 );
89+ static constexpr Register IC_RD_DATA (0x00000030 );
8590} // namespace ScRegisters
8691
8792} // namespace Cru
0 commit comments