描述
是否应启用收发器发送和接收弹性缓冲器?
解
(Xilinx答复43244)建议启用Tx和Rx弹性缓冲区。
对于OBSAI,通常会绕过这些缓冲区,以便对往返时间(RTT)测量等进行精确的延迟测量。启用弹性缓冲区会导致RTT测量不准确。
在<component_name> /example_design/gtx_and_clocks/gtx/gtx_wrapper_gt.vhd中,修改Rx和Tx Elastic Buffer部分,如下所示:
——–接收端口 – RX弹性缓冲器和相位对准端口——-
RXBUFRESET => tied_to_ground_i,
RXBUFSTATUS =>打开,
RXDDIEN => tied_to_ground_i,
RXDLYBYPASS => tied_to_vcc_i,
RXDLYEN => tied_to_ground_i,
RXDLYOVRDEN => tied_to_ground_i,
RXDLYSRESET => tied_to_ground_i,
RXDLYSRESETDONE =>打开,
RXPHALIGN => tied_to_ground_i,
RXPHALIGNDONE =>打开,
RXPHALIGNEN => tied_to_ground_i,
RXPHDLYPD => tied_to_ground_i,
RXPHDLYRESET => tied_to_ground_i,
RXPHMONITOR =>打开,
RXPHOVRDEN => tied_to_ground_i,
RXPHSLIPMONITOR =>打开,
RXSTATUS =>打开,
———–发送端口 – TX弹性缓冲器和相位对齐———
TXBUFSTATUS =>打开,
TXDLYBYPASS => tied_to_vcc_i,
TXDLYEN => tied_to_ground_i,
TXDLYHOLD => tied_to_ground_i,
TXDLYOVRDEN => tied_to_ground_i,
TXDLYSRESET => tied_to_ground_i,
TXDLYSRESETDONE =>打开
有关LogiCORE IP OBSAI的发行说明和已知问题,请参阅 (Xilinx答复36971) 。
没有回复内容