heitzmann / gdspy

Python module for creating GDSII stream files, usually CAD layouts.
Boost Software License 1.0
348 stars 126 forks source link

How can I get the information of the instance? #225

Open CongjiangCST opened 1 year ago

CongjiangCST commented 1 year ago

Hello everyone,

I want to get the information of all the instance in the top-cell, such as name, location, width, height and pin-information, etc. (eg: cell name : r493/FE_OFC16857_n623 position : 126.920 26.180 127.490 27.580 type: BUF_X1 fanin pins: A fanout pins: Z )

How can I get them from the gds files using python script?

Thanks