klayoutmatthias / tf_import

Reads a Cadence techfile into KLayout and produces layer properties from it
MIT License
23 stars 5 forks source link

Multiple layers may correspond to single layer definition #2

Open EugeneZelenko opened 5 years ago

EugeneZelenko commented 5 years ago

I encountered layer map file where multiple layers corresponded to same layer definition, so TechFileLayer.ld should be set and then lv.insert_layer() should be called for each of them.