assign_region

Constrains a set of macros to a specified region.

 

assign_region region [macro_name]+

Arguments

region

Specifies the region to which the macros are assigned. The macros are constrained to this region. Because the define_region command returns a region object, you can write a simpler command such as assign_region [define_region]+ [macro_name]+

 

macro_name

Specifies the macro(s) to assign to the region. You must specify at least one macro name. You can use the following wildcard characters in macro names:
 

Wildcard

What it does

\

Interprets the next character as a non-special character

?

Matches any single character

*

Matches any string

[]

Matches any single character among those listed between brackets (that is, [A-Z] matches any single character in the A-to-Z range)

Supported Families

Fusion, ProASIC3/E and Axcelerator

Exceptions

Examples

In the following example, two macros are assigned to a region:

 

assign_region cluster_region1 des01/G_2722_0_and2 des01/data1_53/U0

See Also

Assign macro to region

unassign_macro_from_region

PDC syntax conventions

PDC naming conventions