FastScan and FlexTest Reference Manual, V8.6_4
2-352
Report Paths Command Dictionary
Examples
The following example reads in (loads) the path information and then displays
that data:
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 ;
PATH “path1” =
PIN /I$6/Q + ;
PIN /I$35/B1 + ;
PIN /I$35/C1 + ;
PIN /I$1/I$649/IN + ;
PIN /I$1/I$649/OUT - ;
PIN /I$5/D - ;
END ;
Related Commands
Add Display Path
Delete Paths
Load Paths
Set Fault Type
Write Paths