50GBASE-KR(C137)
PMA(C135)(一)
概述
PAM层不会引入新的开销(与100GBASE-KP4不同)。每个Lane提供CDR时钟恢复功能。执行PAM4编码和解码(包括Gray映射和1/(1+D) mod 4预编码)(预编码的作用:在遇到突发误码时,可以提高编码增益)。
向下输出方向Gray映射
{0, 0} maps to 0
{0, 1} maps to 1
{1, 1} maps to 2
{1, 0} maps to 3
向上输入方向Gray逆映射
0 maps to {0, 0}
1 maps to {0, 1}
2 maps to {1, 1}
3 maps to {1, 0}
向下输出方向预编码
P(j) = (G(j) – P(j-1)) mod 4, when precoding is enabled
P(j) = G(j), when precoding is disabled
向上输入方向预解码
G(j) = (P(j) + P(j-1)) mod 4, when precoding is enabled
G(j) = P(j), when precoding is disabled
PMA功能图
上侧为PMA Client接口,下侧为PMA Service接口
预编码方向图
tx_out,tx_in,rx_in,rx_out,tx表示下行方向,rx表示上行方向
PMA子层位置图
PMA(m,n)表示上层(MAC侧)的通道数为m,下层(PMD侧)的通道数为n。50GBASE-R PCS的向下输出方向的通道数PCSLs为4。
LAUI-2接口为2lane × 25.78125 Gbaud/lane (64B/66B) × 1bit/baud (NRZ)模式;50GAUI-2接口为2lane × 26.5625 Gbaud/lane (64B/64.25B/68B) ×1bit/baud (NRZ)模式;50GAUI-1接口为1lane × 26.5625 Gbaud/lane (64B/64.25B/68B) × 2bit/baud (PAM4)模式。
MDIO功能映射
与PMA相关的寄存器集中在C45寄存器MMD = 1 (PMA/PMD)、 MMD = 8 (Separated PMA (1))、MMD = 9 (Separated PMA (2))、 MMD = 10 (Separated PMA (3))和 MMD = 11 (Separated PMA (4))里。MMD8, MMD9, MMD10, MMD11与MMD1功能定义相同。下面对MMD1做一个简单的介绍。
控制变量映射(一)
控制变量映射(二)
控制变量映射(三)
状态变量映射(一)
状态变量映射(二)
状态变量映射(三)