AR# 55900

|

RXAUI v3.0 Verilog - Using the TXPRBSFORCEERR input causes the connection to GT1 in Verilog to need to be corrected

描述

For RXAUI v3.0 in Vivado 2013.1, when using TXPRBSFORCEERR driven by gt_control bus, the connection to GT1 needs to be corrected in Verilog.

No action is needed if using VHDL or if not using this gt_control input.

解决方案

To correct the connection for GT1 in RXAUI_core_name_block.v change the line below:

From

   .TXPRBSFORCEERR_IN          (gt0_txprbsforceerr),

To

   .TXPRBSFORCEERR_IN          (gt1_txprbsforceerr),

AR# 55900
日期 09/22/2014
状态 Active
Type 综合文章
IP
People Also Viewed