Export Commands
Export commands are used to export results from DV to the Layout Editor. The results are later accessed using the Design Verification Results window which is used to display the results graphically in the Layout Editor, to support export of the graphical results to GDSII or other formats, to display profile summary information related to the results, and export the profile summary information to a text file.
SaveLayer
Input: DV layer (any type)
Name of layout error layer to use to display contents of DV layer (optional)
Text to associate with geometry of the DV layer (optional)
Output: No return value
Description: Creates results that can later be viewed in layout. The geometry is retrieved on the specified DV layer.
- If the layout-error layer-name is not specified, a default layout-error layer-name is used. The contents of the DV layer are appended to any other results already associated with the layout-error layer. If text is not specified, a string are constructed internally so all results have an associated text message.
- If the specified error layer does not exist in layout, when the results are viewed the layout layer is created. Layout layers created to view DV results remain in the layout; they are not removed by DV.
Rule Set Example (JScript):
DVChecker.SaveLayer(or Layer3, “DV error layer”, "Or of layer1 and layer2");