gds_info
Reads GDSII or OASIS layout files to extract metadata such as cell names, bounding boxes, and per-layer shape counts without requiring a PDK.
Instructions
Reads GDSII/OASIS layout metadata headlessly (cells, top cells, bounding boxes, per-layer shape counts). Pure introspection, no PDK needed. Use when you need to know what is inside a layout file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Optional working directory. | |
| gds_file | Yes | Path to the GDSII/OASIS layout file. |