|
发表于 2012-11-9 18:46:58
|
显示全部楼层
Changes the default environment variable values to the specified values. Use the following format to specify the variable values:
{set_parm variable1 value ; \
set_parm variable2 value ; \
set_parm variable3 value ;}
Alternatively, you can specify a Tcl file that contains a list of variables. For example,
-insCeltICPreTcl {source directory_path /file_name .tcl}
Note: If you specify a file, you must specify the absolute path to where the file is located.
The file should contain variable information in the following format:
set_parm variable1 value
set_parm variable2 value
set_parm variable3 value
Important Considerations
The settings specified with this parameter override the settings that you would have previously set using this parameter.
The -deltaDelayThreshold parameter overrides the delay threshold for noise-on-delay analysis specified using the set_thresh (CeltIC NDC command) within the - insCeltICPreTcl parameter.
The set_thresh -glitch_peak (CeltIC NDC command) within the -insCeltICPreTcl parameter will not be honored, and you should use only the - analyzeNoiseThreshold parameter to specify the glitch threshold. |
|