cell

hi ,Matthias ,When I complete the replacement of one cell in two different gds, for example, after I replace cell1 in gds1 with cell2 in gds2, how do I verify that cell1 in gds1 is correctly replaced by cell2 ?

Comments

  • You could extract the cell from the layout (e.g. by a clip), transform it back to the original location and do a XOR between these two layouts.

    But for true verification I'd suggest to do that with another tool than KLayout.

    Matthias

Sign In or Register to comment.