set_empty_location

Specifies a location in which no cell should be placed.

 

set_empty_location (x ,y);

set_empty_location (xbl ,ybl xtr ,ytr );

Arguments

x, y

Specifies the tile coordinates for the empty cell location.

 

xbl ,ybl xtr ,ytr

Specifies the tile coordinates for the bottom-left and top-right corner of the region.   

 

Note:    Only white spaces are allowed between the coordinates.

 

Supported Families

 ProASIC PLUS and ProASIC

Exceptions

Examples

The following example informs the placement program that location (3, 7) is unavailable for cell placement:

 

set_empty_location( 3 ,7);

 

set_empty_location(113 ,1 60 ,80 );

See Also

Constraint support by family

Constraint entry table

GCF syntax conventions