|
发表于 2022-12-30 09:07:58
|
显示全部楼层
spectre
autostop=yes
If yes, the analysis is terminated when all event-type
meaurement expressions have been evaluated. Event-type
expressions use thresholding, event or delay type functions.
Possible values are no or yes.
hspice
.OPTION AUTOSTOP
-or-
.OPTION AUTOSTOP=’expression’
Stops a transient analysis in HSPICE or HSPICE RF, after calculating all
TRIG-TARG, FIND-WHEN, and FROM-TO measure functions. This option can
substantially reduce CPU time. You can use the AUTOSTOP option with any
measure type. You can also use the result of the preceding measurement as
the next measured parameter.
When using .OPTION AUTOSTOP=’expression’, the ‘expression’ can only
involve measure results, a logical AND (&&), or a logical OR(||). Using these
types of expressions ends the simulation if any one of a set of .MEASURE
statements succeeds, even if the others are not completed.
Also terminates the simulation, after completing all .MEASURE statements. This
is of special interest when testing corners. |
|