^

AR# 31531 10.1 Floorplan Editor - Dragging and dropping a level of hierarchy is generating incorrect constraints

Keywords: RAMB16, RAMB32

When I drag and drop a level of hierarchy from Floorplan Editor into the design, a single location is added for FIFOs and block RAMs.

Here is an example of a constraint that Floorplan Editor creates:

AREA_GROUP "AG_example" RANGE = SLICE_X17Y245:SLICE_X12Y240,FIFO16_X1Y30;

The tools are expecting a range and are receiving a single location.

To work around this issue, manually edit the UCF to read:

AREA_GROUP "AG_example" RANGE = SLICE_X17Y245:SLICE_X12Y240,FIFO16_X1Y30:FIFO16_X1Y30;

This issue is scheduled to be fixed in Service Pack 3 for ISE 10.1.
AR# 31531
Date Created 09/03/2008
Last Updated 09/03/2008
Status Active
Type
Feed Back