heitzmann / gdstk

Gdstk (GDSII Tool Kit) is a C++/Python library for creation and manipulation of GDSII and OASIS files.
https://heitzmann.github.io/gdstk/
Boost Software License 1.0
324 stars 78 forks source link

proof_lib.gds struct names contain spaces, that makes them illegal cell names in oasis #220

Closed stefanottili closed 7 months ago

stefanottili commented 7 months ago

RobustPath: scale_width False RobustPath: scale_width True FlexPath: scale_width False FlexPath: scale_width True

klayout by default will convert the "illegal characters" to '*', but it's best practice to avoid these in struct/cellnames

heitzmann commented 7 months ago

Done!