AR #33362 - Virtex-6 FPGA Embedded Tri-mode Ethernet MAC Wrapper v1.3 - "Warning:Par:468 - Your design did not meet timing" seen in some configurations

Search Answers Database


 

Virtex-6 FPGA Embedded Tri-mode Ethernet MAC Wrapper v1.3 - "Warning:Par:468 - Your design did not meet timing" seen in some configurations

AR# 33362
Part IP-DS-Embedded Tri-Mode EMAC
Last Modified 2009-08-31 00:00:00.0
Status Active
Keywords TEMAC, EMAC, hard TEMAC, failure, timing

Description

Keywords: TEMAC, EMAC, hard TEMAC, failure, timing

For a small number of configurations, the example designed provided with v6_emac_v1_3 may not achieve timing closure. This is primarily due to poor placement of logic during the ISE tool flow.

Solution

The example design can be constrained within an area group to ensure better logic placement. While the hard TEMAC macro is already constrained by the UCF to the right side of the die, ensuring that the remaining logic is also placed on right side of the die results in more reliable timing closure.

This solution may not be necessary, or may require modification, when the example design is not used in isolation.

Add the following constraint to the provided UCF:

For LXT and SXT devices:
INST "*" AREA_GROUP = "AG_example_design";
AREA_GROUP "AG_example_design" RANGE = CLOCKREGION_X1Y0:CLOCKREGION_X1Y3;

For HXT devices:
INST "*" AREA_GROUP = "AG_example_design";
AREA_GROUP "AG_example_design" RANGE = CLOCKREGION_X1Y4:CLOCKREGION_X1Y7;



 
 
/csi/footer.htm