Forum Discussion
Thulasi
New Contributor
15 days agoWhy 390.625MHz clock to F-Tile Reference fequency
Hi, This question is regarding the Agilex 7 M-Series FPGA Development Kit. In the evaluation board schematics, the Si5518 provides a 390.625 MHz clock that is connected to two F-Tile reference cloc...
paveetirrasrie_Altera
Frequent Contributor
4 hours agoHi Thulas,
Based on the documents, the 390.625 MHz clock from the Si5518 on the Agilex 7 M-Series development kit is not meant to be the standard F-Tile Ethernet PMA reference clock.
For F-Tile Ethernet Hard IP, the usual PMA reference clock is:
- 156.25 MHz for standard Ethernet modes
- 312.5 MHz or 322.265625 MHz only for some specific FGT cases without AN/LT
So to answer your questions:
- The external 390.625 MHz clock on the M-Series board seems to be there mainly for timing-related use cases such as IEEE 1588 TOD/PTP, and also for board-level SyncE/CPRI style clocking, rather than as the normal Ethernet PMA refclk.
- For Ethernet Hard IP, 390.625 MHz lines up with the TOD clock requirement in basic timestamp accuracy mode. It also matches the internally generated o_clk_tx_div and o_clk_rec_div clocks for many Ethernet rates. So it makes more sense as a timing or transceiver support clock than as the main PMA reference input.
So the short version is:
- use 156.25 MHz as the normal F-Tile Ethernet Hard IP PMA reference clock unless your selected FGT mode specifically allows one of the alternate documented refclk values
- treat the on-board 390.625 MHz clock as mainly intended for PTP/TOD, SyncE/CPRI, or related timing/transceiver use cases, not as the default Ethernet PMA reference clock
Regards,
pavee