gdspy icon indicating copy to clipboard operation
gdspy copied to clipboard

Python module for creating GDSII stream files, usually CAD layouts.

Results 17 gdspy issues
Sort by recently updated
recently updated
newest added

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...

I have trouble installing gdspy. Can you point me towards some references or give some directions?

Hello, I'm trying to using gdspy to generate inductors in large quantities, but the gdspy can only work once,and failed at the second time. The error was triggered by GdsLibrary.new_cell()...

UNITS block set the scaling "factor", but was positioned below the XY block. So the XY block was using the default factor value of 1. Default GDS values lead to...

I have a GDS file (Marks.gds). Inside this file are cells named: Cell1, Cell2, Cell3 I would like to import all the cells in this file into a new library....

Hello, I am using GDSPY to create and visualize layout, one thing I notice is that the layer map side bar only show layer type/stream numbers as in GDS file,...

I am trying to use boolean operations for patterning some boxes on some polygons and here is a sample code for it. ```import gdspy from gds_lib import gdsLib from math...