cphSetInstTermIgnoreForCheck
cphSetInstTermIgnoreForCheck(
g_physConfigID
t_logLib
t_logCell
t_logView
t_inst
t_listOfTermNames
)
=> t / nil
Description
Defines the list of terminals to be ignored by when running Check Against Source for a specified instance in the specified physical configuration.
Arguments
|
g_physConfigID
|
ID of the physical configuration cellview.
|
|
t_logLib
|
Name of the library where concerned instance is instantiated.
|
|
t_logCell
|
Name of the cell where concerned instance is instantiated.
|
|
t_logView
|
Name of the logical view where concerned instance is instantiated.
|
|
t_inst
|
Name of the instance.
|
|
t_listOfTermNames
|
List of terminal names to be ignored.
Separate each terminal name with a space and enclose the list in quotation marks.
|
Value Returned
|
t
|
List of terminals to be ignored was set.
|
|
nil
|
List of terminals to be ignored was not set.
|
Example
cphSetInstTermIgnoreForCheck(physConfigID "cph" "TopCell" "schematic" "I0" "S D")
Return to top