NAME
group_path
Groups a set of paths for cost function calculations.
ARGUMENTS
-weight weight_value
Specifies a cost function weight for this group. The
weight_value must be a number between 0.0 and 100.0. The
default is 1.0. A weight of 0.0 eliminates the paths in this
group from cost function calculations. Do not use very small
values (for example, 0.0001); smaller values can prevent compile
from implementing small improvements to the design. If you
specify -weight when you add members to an existing group, the
new weight for the group is used.
-critical_range range_value
Specifies a margin of delay for group_name during optimization.
The range_value must be positive or 0.0. If you do not specify
a range_value for a group, the default is the value set with the
set_critical_range command (the default setting is 0.0). A
range_value of 0.0 means that only the most critical paths (the
ones with the worst violation) are optimized. If you specify a
nonzero range_value, other near-critical violating paths (one
per endpoint) within that amount of the worst path are also
optimized if possible. If more than one critical path to an
endpoint must be optimized, use a separate group_path command
for each distinct critical path to that endpoint. To force com-
pile to optimize all violating paths, use a very large
range_value (larger than any expected path violations).
-default
Specifies that endpoints or paths be moved to the default group
and removed from the current group. You must specify -default
unless you use -name; -name and -default are mutually exclusive.
Read More