RTimothyEdwards / netgen

Netgen complete LVS tool for comparing SPICE or verilog netlists
Other
109 stars 25 forks source link

Handle equating of cells with the same name. #65

Closed d-m-bailey closed 2 years ago

d-m-bailey commented 2 years ago

When cells with different names are equated, the equivalence of cells with the same name is broken. This change allows the equivalence of same named cells to be reestablished after it is broken.

To equate A=A and A=B, use the following order equate classes A B equate classes A A

This fixes #64

RTimothyEdwards commented 2 years ago

Implemented in version 1.5.239, so closing this pull request.