check_litho_errors
check_litho_errors
-layers {s_layerName…}
{ -region {f_xlo f_ylo f_xhi f_yhi} | -check_area [ true | false ] }
[ -clear_annotations [ true | false ] ]
[ -guidelines i_numHints ]
Description
Runs Litho Physical Analyzer to check for lithography errors in the specific region or the areas specified by Checked area annotations that were created by get_changed_area and/or read_check_area. To use check_litho_errors, you must first enable Litho Physical Analyzer (initialize_lpa).
Litho Physical Analyzer generates markers for the lithography errors that it finds. These markers are added as annotations to the annotation:violation purpose for the layer and appear on the Violations page of the Annotation Browser under Lithography Errors, grouped by error type, layer, and severity.
Arguments
Value Returned
|
The checking was not performed because Litho Physical Analyzer is not enabled or due to an error in syntax. |
||
Examples
The following command checks for lithography errors in current workspace on layer M2.
check_litho_errors -region [get_window_area] -layers M2
Related Topics
Return to top