Command Dictionary Add Lists
FastScan and FlexTest Reference Manual, V8.6_4 2-79
Add Lists
Tools Supported: FastScan and FlexTest
Scope: Atpg, Fault, and Good modes
Usage
ADD LIsts pin_pathname...
Description
Adds pins to the list of pins on which to report.
The Add Lists command adds pins to a list of pins on which to report, and is
useful when debugging. In the Good simulation mode, the command reports the
value of the good machine. In the Fault simulation mode and ATPG modes, the
command reports the value of the good machine as well as the value of the faulty
machine if the two values differ.
You can display the list of pins by using the Report Lists command. You can
review the stored logic values of the reported pins in a list file. You specify the list
filename with the Set List File command. When switching to Setup mode, the tool
discards all pins from the report list.
Arguments
pin_pathname
A required repeatable string that specifies the output pins whose values you
want to report during either Good or Fault simulation modes.
Examples
The following example reports the value of an output instance pin in Good
simulation mode for an external pattern source to a file for review.
set system mode good
set pattern source external pattern1
add lists i_1006/o
set list file listfile
run