set_preserve

????. to be written

 

awr_preserve region_name [x1 y1 x2 y2]+

Arguments

region_name

Specifies the name of the region to move. This name must be unique.

 

x1 y1 x2 y2

Specifies the series of coordinate pairs representing the location in which to move the named region. These rectangles can overlap. They are given as x1 y1 x2 y2, where x1, y1 represents the lower-left corner of the rectangle and x2 y2 represents the upper-right corner. You must specify at least one set of coordinates.

Supported Families

 Fusion, ProASIC3/E and Axcelerator

Exceptions

Examples

This example moves the region named RecRegion to a new region which is made up of two rectangular areas:

 

move_region RecRegion 0 40 3 42 0 77 7 79

See Also

Move region

PDC syntax conventions

PDC naming conventions