You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If PCIe continues to be a hassle it might be worth to figure out how to get the CDCM61001 clock up and running.
That would allow another clock source for use for Ethernet.
For a 156.25 MHz clock (10GigE) it seems driving PR1=1, PR0=0 , OD0=1, OD1=1, OD2=0 will do the trick.
After specifying the desired output frequency in the parallel interface, developers must assert the output enable pin CE and control the RSTN pin to generate a rising signal to start the PLL Recalibration process. In the FPGA board, the required output type is LVDS, so always set OS0 and SO1 to 0 and 1, respectively.
Likely this is going to be the clock pin: U53 SFP1G_REFCLK_p 125.0 MHz LVDS PIN_AH6 which we will obviously call something else.
The clock config pins are configured by the MAX II, so there is likely going to be some need to talk to it:
CDCM61001 (U53)
PLL_SCL 2.5-V PIN_AF32
PLL_SDA 2.5-V PIN_AG32
I2C bus, connected with MAX II CPLD
If PCIe continues to be a hassle it might be worth to figure out how to get the CDCM61001 clock up and running.
That would allow another clock source for use for Ethernet.
For a 156.25 MHz clock (10GigE) it seems driving PR1=1, PR0=0 , OD0=1, OD1=1, OD2=0 will do the trick.
Likely this is going to be the clock pin:
U53 SFP1G_REFCLK_p 125.0 MHz LVDS PIN_AH6
which we will obviously call something else.The clock config pins are configured by the MAX II, so there is likely going to be some need to talk to it:
Something like this (generated from builder):
The values for both
clk1
andclk2
seems to align.Other known values are:
0 = Unchanged
1 = Disabled
2 = 62.5 MHz
3 = 75 MHz
4 = 100 MHz
5 = 125 MHz
6 = 150 MHz
7 = 156.25 MHz
8 = 187.50 MHz
9 = 200 MHz
10 = 250 MHz
11 = 312.5 MHz
12 = 625 MHz
Creating an IP core for configuring the two clocks seems like the best thing to do.
The text was updated successfully, but these errors were encountered: