AR# 44858 LogiCORE IP XAUI v10.1 - GTn_RXCDRRESET and GTn_RXBUFRESET port connection changes in the block wrapper for 7-series devices in ISE Design Suite 13.2 and 13.3
If you are using LogiCORE IP XAUI v10.1 on a 7-series device in ISE Design Suite 13.2 and 13.3, the GTn_RXCDRRESET and GTn_RXBUFRESET port connections on the GT_wrapper instantiation in the block wrapper need to be changed.
Solution
Make the following changes in *_block.vhd file:
Replace GTn_RXBUFRESET_IN => '0'; with GTn_RXBUFRESET_IN => mgt_rxcdr_reset(n);
Replace .GTn_RXCDRRESET_IN => mgt_rxcdr_reset(n); with .GTn_RXCDRRESET_IN => '0';
Make the following changes in *_block.v file:
Replace .GTn_RXBUFRESET_IN (1'b0), with .GTn_RXBUFRESET_IN (mgt_rxcdr_reset[n]),
Replace .GTn_RXCDRRESET_IN (mgt_rxcdr_reset[n]), with .GTn_RXCDRRESET_IN (1'b0),