lxCheck
lxCheck(d_layCV[?schCVd_schCV] [ ?checkDevices { t | nil } ] [ ?checkExtractLayout { t | nil } ] [ ?extractStopLevel [0-32] ] ) => 0 – 100 / -1
Description
Checks the layout for XL compliance and reports binding status in an Info pop-up box. It is recommended to use the lxCheck SKILL function to look for any possible problems in the design if the Navigator XL Status column is not clean. After the issues reported by lxCheck are resolved, running the Connectivity – Update Binding command should give an improved XL Status.
Arguments
|
Checks the lower-level cellviews in the layout for opens and shorts when extracted to |
|
|
Controls the extraction of layout nets for the layout being checked for XL-compliances issues. |
|
Value Returned
Example
schCV=dbOpenCellViewByType( schLibName schCellName schViewName )
layCV=dbOpenCellViewByType( layLibName layCellName layViewName )
lxCheck(layCV ?schCV schCV ?checkDevices 50)
Additional Information
You can also trigger an XL-compliance check for the layout by choosing the Connectivity – Check – XL Compliance command in the Layout XL window. The command calls the lxCheck SKILL function to run the various layout checks.
Related Topics
Return to top