^

AR# 44012 7 Series Integrated Wrapper for LogiCORE CPRI - TXOUTCLK and RXOUTCLK Port Restrictions

There are some restrictions in using the TXOUTCLK and RXOUTCLK ports for the Initial Engineering Sample (ES) silicon.As a result, you need to update your instantiations to account for these restrictions.For more information, please see (Xilinx Answer 43244).

This article describes the restrictions on the TXOUTCLK and RXOUTCLK ports of the transceiver. To cope with these restrictions, the MMCM transmitter input now comes from the reference clock, IBUFDS_GTE2. And, the transceiver TXOUTCLK port is disabled. The receiver side clocking remains unchanged. You must also set the TXOUTCLKSEL input to the GTXE2_CHANNEL instance to "000".

  1. Change the input to the k7_bufg_gen BUFG component in the <component_name>/example_design/gtx_and_clocks/gt_and_clocks.vhd file: k7_bufg_gen : BUFG port map (I => refclk, O => txoutclk_bufg);
  2. Route the BUFG output to the refclk input of the tx_clk_gen instance.
  3. Leave the GT0_TXOUTCLK_OUT port of the GTWIZARD instance open:
    GT0_TXOUTCLK_OUT => open,

Figure 1 shows the revised clocking scheme.

<

For the LogiCORE CPRI Release Notes and Known Issues, see (Xilinx Answer 36969).

AR# 44012
Date Created 10/05/2011
Last Updated 05/22/2012
Status Active
Type Known Issues
IP
  • CPRI
Feed Back