Mentor v8.6_4 用户手册

下载
页码 831
FastScan and FlexTest Reference Manual, V8.6_4
2-426
Set Abort Limit
Command Dictionary
-Cycle integer    (FlexTest only)
An optional switch and greater-than-0 integer pair that specifies the number of
test cycles that the test pattern generator allows before aborting the target fault.
The invocation default is 300 test cycles.
-Time integer    (FlexTest only)
An optional switch and greater-than-0 integer pair that specifies the number of
CPU seconds that the test pattern generator can run before aborting the target
fault. The invocation default is 300 seconds.
Examples
FastScan Example
The following FastScan example performs an ATPG run, then continues the run
with a higher abort limit for the maximum number of allowed conflicts:
set system mode atpg
add faults -all
run
set abort limit 100
run
FlexTest Example
The following FlexTest example performs an ATPG run, then continues the run
with a higher abort limit for the maximum number of allowed conflicts:
set system mode atpg
add faults -all
run
set abort limit -backtrack 100
run