Mentor v8.6_4 manual SET Procedure File

Models: v8.6_4

1 831
Download 831 pages 41.57 Kb
Page 799
Image 799

Timing Command Dictionary

SET PROCEDURE FILE

 

 

SET PROCEDURE FILE

Scope: Sets timing information

Usage

SET PROCEDURE FILE {scan_group_name” “ filename}...

Description

Specifies which test procedure files to use during pattern save.

ATPG requires the test procedure file to contain the proper sequence of events, but does not require it to specify the real timing information. However, simulators and ATE do require this information. Thus, you must edit your test procedure files to include real timing information after you run the ATPG process. You then use the SET PROCEDURE FILE command to specify the proper test procedure file. Note that when you modify the test procedure file, you can only add real timing values. You cannot delete, reorder, or change any statements--including adding break or break_repeat statements.

This command lets you specify multiple scan groups and their associated test procedure files. If you use this command without specifying the scan group name and test procedure file name, the tool uses the original test procedure file to update the time values for all scan groups.

Arguments

scan_group_name

A quoted string that specifies the name of the scan group to which the test procedure file applies. You must surround this argument in double-quotes.

filename

A quoted string that specifies the name of the test procedure file for the specified scan group. You must surround this argument in double-quotes.

Examples

The following timing file command specifies to use the timing information from the test procedure file design.g1 for the g1 scan group.

SET PROCEDURE FILE “g1” “design.g1”;

FastScan and FlexTest Reference Manual, V8.6_4

A-47

Page 799
Image 799
Mentor v8.6_4 manual SET Procedure File