AR# 50795

|

LogiCORE IP XAUI, Vivado, 7 Series - Timing failures might occur in XAUI Example Design

描述

Timing failures might occur in the XAUI core Example Design if targeting 7 series FPGAs.

解决方案

To work around this issue, the core can be constrained to be placed close to the selected GTs.

In the XDC file, one of the following area groups can be used:

A.  Create a slice range area group:

create_pblock pblock_xaui_block
add_cells_to_pblock [get_pblocks pblock_xaui_block]  [get_cells -quiet [list xaui_block]]
resize_pblock [get_pblocks pblock_xaui_block] -add {SLICE_XnnnYnnn:SLICE_XnnnYnnn}

(Where SLICE_XnnnYnnn:SLICE_XnnnYnnn are the appropriate ranges to place the core adjacent to the GT).
 

B. If a clock region is desired instead of a slice range, the following could be used:

create_pblock pblock_xaui_block
add_cells_to_pblock [get_pblocks pblock_xaui_block]  [get_cells -quiet [list xaui_block]] 
resize_pblock [get_pblocks pblock_xaui_block] -add {CLOCKREGION_X1Y2}

(Where XnYn are the appropriate numbers for the clock region neighboring the GT).
AR# 50795
日期 11/06/2014
状态 Active
Type 综合文章
IP
People Also Viewed