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
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