feo global¶
The following operations can be performed on "feo global":
bind feo global¶
Bind a front end optimization policy globally.
Synopsys¶
bind feo global <policyName> <priority> [-type <type>] [<gotoPriorityExpression>]
Arguments¶
policyName
Name of the front end optimization policy.
priority
The priority assigned to the policy binding.
Minimum value: 1
Maximum value: 2147483647
type
Bind point, specifying where to bind the policy. This is relevant for advanced (default-syntax) policies only.
Possible values: REQ_OVERRIDE, REQ_DEFAULT, RES_OVERRIDE, RES_DEFAULT, NONE
Default value: NS_REQ_DEFAULT
gotoPriorityExpression
Expression specifying the priority of the next policy which will get evaluated if the current policy rule evaluates to TRUE.
o If gotoPriorityExpression is not present or if it is equal to END then the policy bank evaluation ends here
o Else if the gotoPriorityExpression is equal to NEXT then the next policy in the priority order is evaluated.
o Else gotoPriorityExpression is evaluated. The result of gotoPriorityExpression (which has to be a number) is processed as follows:
- An UNDEF event is triggered if
. gotoPriorityExpression cannot be evaluated
. gotoPriorityExpression evaluates to number which is smaller than the maximum priority in the policy bank but is not same as any policy's priority
. gotoPriorityExpression evaluates to a priority that is smaller than the current policy's priority
- If the gotoPriorityExpression evaluates to the priority of the current policy then the next policy in the priority order is evaluated.
- If the gotoPriorityExpression evaluates to the priority of a policy further ahead in the list then that policy will be evaluated next.
unbind feo global¶
Unbind a front end optimization policy globally.
Synopsys¶
unbind feo global <policyName> [-type <type> [-priority <positive_integer>]]
Arguments¶
policyName
Name of the front end optimization policy.
type
Bindpoint, specifying from where to unbind the policy. Applicable only to advanced (default-syntax) policies.
Possible values: REQ_OVERRIDE, REQ_DEFAULT, RES_OVERRIDE, RES_DEFAULT, NONE
priority
Priority of the policy to be unbound.
Minimum value: 1
Maximum value: 2147483647
show feo global¶
Display the globally bound front end optimization policies.
Synopsys¶
show feo global [-type <type>]
Arguments¶
type
Bindpoint to which the policy is bound.
Possible values: REQ_OVERRIDE, REQ_DEFAULT, RES_OVERRIDE, RES_DEFAULT, NONE
Outputs¶
stateflag
policyName
The name of the globally bound front end optimization policy.
priority
The priority assigned to the policy binding.
numpol
The number of policies bound to the bindpoint.
gotoPriorityExpression
Expression specifying the priority of the next policy which will get evaluated if the current policy rule evaluates to TRUE.
globalBindType
devno
count