Calibre The difference between The article explains the difference between

2023-09-04T12:06:00.000-0400
IC Verification & Signoff Design for Manufacturing

Summary

The article explains the difference between The article explains the difference between commands.


Details

The DFM COPY statement copies layers of the same type and its properties to a new layer. The type of input layer can be changed in the output by DFM COPY keywords.

Node numbers and DFM properties are copied to the output layer when a single input layer is specified and the CLUSTER keyword is not used. Node numbers and DFM properties are not preserved when multiple input layers are specified.
For example, the following command will copy layer A and its properties to P layer:
               P = DFM COPY A

If more than one polygon layer is specified, the output layer is merged and contains copies of all polygons from all input layers. Therefore, this operation:
P = DFM COPY A B C D

is equivalent to:
P = (A OR B) OR (C OR D)

This is more flexible than the COPY operation. In addition, the output layer can be a different layer type than the input layer.
The operation can process derived error layers in one of several ways:
  • Convert error clusters into polygons and output a polygon layer.
  • Convert error clusters into individual edges and output an edge layer.
  • Convert error clusters that consist of two edges into a single edge and output an edge layer that is the centerline between the error cluster.
DFM Copy copies DFM properties on the input layer to the output layer for single input layer operation without the CLUSTER keyword.
Please check the following document for more information:
            https://docs.sw.siemens.com/en-US/doc/852852053/202303075.svrf_ur/id2a1681c9-fa51-4491-9f21-a5996d2265e2

KB Article ID# KB000122007_EN_US

Contents

SummaryDetails

Associated Components

Calibre nmDRC