Save Patterns | Command Dictionary |
|
|
∙-NOPadding (ASCII patterns only)
An optional switch that saves the ASCII patterns with unpadded scan load and load data. The tool eliminates the extra X values that are due to short scan chains. This is the default.
You can only use this switch with the
If you subsequently input unpadded ASCII patterns into the tool, you must use the Set Pattern Source command with its
∙-PAD0 (ASCII patterns only)
An optional switch that saves the ASCII patterns with values of 0 for don’t care inputs and scan chain inputs of short scan chains.
∙-PAD1 (ASCII patterns only)
An optional switch that saves the ASCII patterns with values of 1 for don’t care inputs and scan chain inputs of short scan chains.
∙-Map mapping_file (FastScan only) (LSITDL patterns only)
This is a required switch only in cases where LSITDL pattern files need to be saved. The mapping_file provides the names of set points and observe points associated with each memory library cell used in the design. (This file is part of the LSI ASIC Kit).
Examples
The following example performs an ATPG run and then saves only the first 15 test patterns to a file in the Verilog format, including the timing information contained in the timing file:
set system mode atpg add faults
run
save patterns file1
The following example illustrates the module name created in the enhanced Verilog and VHDL outputs when using the
save patterns pattern1.pat
the module name in the testbench will be “MAIN_pattern1_pat_ctl”.
FastScan and FlexTest Reference Manual, V8.6_4 |