FastScan and FlexTest Reference Manual, V8.6_4
2-240
Load Paths Command Dictionary
Arguments
filename
A required string that specifies the pathname of the file that contains the
definitions of each of the path delay faults for which you want FastScan to
create the ATPG patterns.
-Force
An optional switch that specifies continued path reading after the first
occurrence of an invalid path. If you do not specify this switch and the
command encounters an invalid path, the command generates an error and
terminates.
-Noforce
An optional switch that specifies for the tool to stop path reading after the first
occurrence of an invalid path. This is the default.
Examples
The following example sets up FastScan to perform ATPG for the specified path
delay faults in the path definition file, /user/design/pathfile.
First, you must set the fault type and read in the paths:
set fault type path_delay
load paths /user/design/pathfile
report paths
PATH “path0” =
PIN /I$6/Q + ;
PIN /I$35/B0 + ;
PIN /I$35/C0 + ;
PIN /I$1/I$650/IN + ;
PIN /I$1/I$650/OUT - ;
PIN /A_EQ_B + ;
END ;
report faults -all
type code pin_pathname
---- ---- --------------
// Warning: No faults reported.