SerialLite II IP Core User Guide

ID 683179
Date 7/13/2021
Public
Document Table of Contents

3.3. Clocks and Data Rates

A SerialLite II link has two distinct clock rates: the core clock rate and the bit rate.

The core clock rate is the rate of the clock the internal logic is running at. This clock controls the FPGA logic and is a derived clock from the phase-locked loops (PLLs). The transmitter and receiver both have their own core clocks, tx_coreclock and rrefclk respectively.

To determine the clock frequency for tx_coreclock and rrefclk, use the following formula:
Core clock frequency = Data Rate (Mbps)/(TSIZE×10) 
For example, if the data rate is 3,125 Mbps, and the TSIZE is 2, then:
Core clock frequency = 3,125/(2×10) = 156.25 MHz