IHP-GmbH / IHP-Open-PDK

130nm BiCMOS Open Source PDK, dedicated for Analog, Mixed Signal and RF Design
Apache License 2.0
295 stars 39 forks source link

Incorrect pad recognition rule in Layout Rules Chapter 6.9 #81

Closed DanielGerlicher closed 3 weeks ago

DanielGerlicher commented 3 weeks ago

""Device recognition: Pad = (Passiv + Passiv:sbump + Passiv:pillar) + dfpad""

Shouldn't this be

""Device recognition: Pad = (Passiv OR Passiv:sbump OR Passiv:pillar) + dfpad""

?

KrzysztofHerman commented 3 weeks ago

@DanielGerlicher thank you for the comment. Actually "+" is an equivalent of OR so, keeping this in mind, we will rather maintain the existing version.