Product Documentation
Virtuoso Schematic Editor SKILL Functions Reference
Product Version IC23.1, November 2023

lmCheckTerm

lmCheckTerm( 
d_cellList 
[ t_filename ] 
)

Description

Checks the consistency of terminal name, type, and wth for all views of each specified cell.

If there is a schematic view, terminals in the schematic view are used as the basis of comparison for each cell. Otherwise, terminals in the symbol view are used as the basis of comparison. When neither schematic nor symbol view exists, no terminal checking is performed. After checking, inconsistent terminal names/wths and input/output types are entified and printed.

Arguments

d_cellList

The name of the cells to be checked, in the form

{ cellName … | t } 

If d_cellList is t, all views of the specified cell are checked.

t_filename

Name of a file where the printout is stored. If not specified, output is displayed on the screen; must be enclosed in quotation marks.

Examples

lmCheckTerm( (and2 and3) "check.out" ) 

Checks the terminal consistency of all views for the cells and2 and and3 and puts output in the file check.out.

lmCheckTerm( t ) 

Checks the terminal consistency of all views for each cell in the current library.


Return to top
 ⠀
X