question about min area drc check

Hi

Now I am implementing some common DRC rules in python, such as width checking, spacing checking, area checking, etc., and encapsulating each rule into a python function. When implementing the width and spacing check, I called the width_check,space_check functions in the region class. What should I do if I want to implement the minimum area check?I don't see an area check function similar to the width check.

At the same time, I don't quite understand the specific meaning of this rule. Is the area of all shapes of M3 layer >=0.017? Then what should I understand except M2

Finally, I would like to ask if there is any documentation that explains each DRC in detail.

thank you

Comments

Sign In or Register to comment.