^

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.

Make the following changes in *_block.vhd file:

  1. Replace GTn_RXBUFRESET_IN => '0';
    with GTn_RXBUFRESET_IN => mgt_rxcdr_reset(n);
  2. Replace .GTn_RXCDRRESET_IN => mgt_rxcdr_reset(n);
    with .GTn_RXCDRRESET_IN => '0';

Make the following changes in *_block.v file:

  1. Replace .GTn_RXBUFRESET_IN (1'b0),
    with .GTn_RXBUFRESET_IN (mgt_rxcdr_reset[n]),
  2. Replace .GTn_RXCDRRESET_IN (mgt_rxcdr_reset[n]),
    with .GTn_RXCDRRESET_IN (1'b0),
AR# 44858
Date Created 12/14/2011
Last Updated 05/19/2012
Status Active
Type Known Issues
IP
  • XAUI
Feed Back