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

Klayout PyCell integration #68

Closed ThomasZecha closed 1 month ago

ThomasZecha commented 1 month ago
-added classes Grouping, NameMapper, PhysicalComponent, Tech and Transform
 as implementation of the PyCell API
-introduced constructor overloading using python3 singledispatchmethod
-implemeted PyCell API methods clone(), destroy(), moveBy() and transform()
 for the shape-based classes
-takeover json-based technology parameter from original techfile export
-added read-out technology dependent database unit parameter
-added support for sealring (interim release, not error-free!)
-updated documentation