Matthias Köfferlein

Results 41 issues of Matthias Köfferlein

For the motivation see: https://www.klayout.de/forum/discussion/2157/building-a-deb-package-from-the-klayout-build-on-linux#latest

To reproduce: * Create a layout with one layer 1/0 * Draw a box, select it * In the console run ``` ly = pya.CellView.active().layout() canvas = ly.top_cell().shapes(ly.layer(1, 0)) canvas.clear()...

bug
for-0.27

With version 1.4, paths with a scheme (like "file://..." or "https://...") are not recognized as absolute paths for "layers_file". Hence there is a slight incompatibility with existing XS files.

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

Here are some findings related to edge layers: * NOTE: "dots" (single-point edges) in general do not participate in boolean operations or operations reading the edge collection in "merged semantics"...

This is a general limitation: when using the same layer for boolean and other two-layer-operations such as "interacting", the result may be incorrect. For example: ``` deep layer1 = input(1,...

This ticket is collecting some feedback regarding LEF/DEF implementation: 1. IOTIMINGS section needs to be parsed / skipped: ``` DESIGN test ; IOTIMINGS 206 ; - ( PIN a )...

More efficient alternatives to loops