@@ -205,7 +205,7 @@ static constexpr Register GBT_BANK_LINK_OFFSET(0x00002000);
205205static constexpr Register GBT_LINK_REGS_OFFSET (0x00000000 );
206206
207207// / Register for selecting the GBT link source (i.e. Internal Data Generator)
208- static constexpr Register GBT_LINK_SOURCE_SELECT (0x00000038 );
208+ static constexpr Register GBT_LINK_SOURCE_SELECT (0x00000030 );
209209
210210// / Register for selecting the the GBT Multiplexer
211211static constexpr Register GBT_MUX_SELECT (0x0000001c );
@@ -222,8 +222,8 @@ static constexpr Register GBT_WRAPPER_ATX_PLL(0x000e0000);
222222static constexpr Register GBT_BANK_FPLL (0x0000e000 );
223223
224224// / Registers to set TX and RX GBT modes
225- static constexpr Register GBT_LINK_TX_CONTROL_OFFSET (0x00000034 );
226- static constexpr Register GBT_LINK_RX_CONTROL_OFFSET (0x00000040 );
225+ static constexpr Register GBT_LINK_TX_CONTROL_OFFSET (0x0000002c );
226+ static constexpr Register GBT_LINK_RX_CONTROL_OFFSET (0x0000003c );
227227/* static constexpr uint32_t GBT_MODE_GBT(0x0);
228228static constexpr uint32_t GBT_MODE_WB(0x1);*/
229229
@@ -246,7 +246,7 @@ static constexpr Register DWRAPPER_MUX_CONTROL(0x00000004);
246246
247247// / Datapath Wrapper configuration registers
248248static constexpr Register DATAPATHLINK_OFFSET (0x00040000 );
249- static constexpr Register DATALINK_OFFSET (0x00001000 );
249+ static constexpr Register DATALINK_OFFSET (0x00002000 );
250250static constexpr Register DATALINK_CONTROL (0x00000000 );
251251/* static constexpr uint32_t GBT_PACKET(0x1);
252252static constexpr uint32_t GBT_CONTINUOUS(0x0);*/
0 commit comments