|
It seems that it is not legal GDS.
A PATH object is defined as a shape with 2 or more vertices and a width and endtype parameters.
In this case there is only one vertex defined. To create a path correctly, the Cadence layout tools need 2 points.
gds generated by the Klayout is representing something that is not representing real layout (I.D markers?, dots?)
There are various options to ignore bad data, but I think you may need to make sure that the original GDS has clean data before importing |
|