Matthias Köfferlein

Results 41 issues of Matthias Köfferlein

Please refer to this discussion for details: https://www.klayout.de/forum/discussion/2243/gds-oas-save-as-with-different-dbu-issue#latest

This happens, when the option: "for DEF: also read all LEF files in the same directory than the DEF file" is disabled in the Reader Options. Basically this option should...

Testcase: see https://github.com/efabless/globalfoundries-pdk-libs-gf180mcu_fd_pr/issues/17 One observation: This takes forever: ``` metal3.enclosing(via3) ``` This is fast (9 seconds): ``` via3.enclosed(metal3) ``` Reason: "enclosed" merges the first layer and in case of metal3...

Test case from: https://github.com/KLayout/klayout/issues/1189 The following code: ``` deep metal1 = polygons(34, 0) metal1.drc(width

bug

### Description Starting Jan. 8 2024, GitHub SVN access will be disabled. This means, the convenient way of deploying KLayout packages will stop working. A short-term solution is to mirror...

feature

Starting Jan. 8 2024, GitHub SVN access will be disabled. This means, the convenient way of deploying KLayout packages will stop working. A short-term solution is to mirror the KLayout...

In order to deal with a number of reports I received with respect to non-functional 2.5d views, I ported the view to GLSL 1.20 and removed the geometry shader. It...

help wanted
question

…some OS, the default tree view resize mode is not 'interactive'

See https://www.klayout.de/forum/discussion/2529/ruler-templates#latest for the motivation.

Dear all, I got an user question and like to discuss that with you: As GDSFactory is based on KLayout now, it should be easy to integrate KLayout-PCells as components....

enhancement