Hi,
In SPRUGW1C manual it is listed that line rate can be set to full, half, quarter ,eigth. In CSL I see there is no support for eighth.
Starting from ref_clk and following to obtain a specific link rate in Gbps we should set MPY and line rate.
In CSL we have:
typedef enum
{
CSL_SERDES_LANE_FULL_RATE = 0,
CSL_SERDES_LANE_HALF_RATE = 1,
CSL_SERDES_LANE_QUARTER_RATE = 2
} CSL_SERDES_LANE_CTRL_RATE;
We are using pdk_k2hk_4_0_14.