klayout icon indicating copy to clipboard operation
klayout copied to clipboard

KLayout Main Sources

Results 262 klayout issues
Sort by recently updated
recently updated
newest added

REDACTED - Awaiting approval from Raith

Hi Matthias: I am trying to build klayout using "build.bat -bits ", before that i have done the builds for klayout_bits4msvc2017-4.0, but why it still told me "ERROR: no 3rd...

question

When I create a new layer, I enter the name in the "Layer Name" sidebar and save it. At this time, I can see the layer name I defined in...

question

Dear all, When I use LVS to check netlist connection, the dummy layer always appear in netlist browser. Is it possible to remove dummy layer? I want to only display...

question

I am experiencing an issue with image transparency in Klayout version 0.29.8 on MacOS Sonoma 14.6.1. When I insert an image from an external file (JPEG, TIF, etc.), the transparency...

It would be cool to have Arm64 .deb on the page https://www.klayout.de/build.html. This would allow to install more recent packages than default ones.

Calling `extent` marks the layout as modified, although nothing should have changed. Steps to reproduce: Load layout and run the following DRC script. Checked with version 0.29.7. ```ruby active_layout =...

I am using `klayout` 0.29.8 and have the following testcase: [testcase_ambiguous.tar.gz](https://github.com/user-attachments/files/17660659/testcase_ambiguous.tar.gz) If you extract the tarball and run `./run_all.sh` in the extracted folder you can see that it completes for...

Hi, Matthias! It'll be great to have Python interface files for `pya` module (for both KLayout and Qt bindings). It'll help to enforce type validation with MyPy. Sure, it would...

Hi Matthias, I would like to create an image of a layout, without relying on pya.Application. Presently it requires the application (which can be headless) and LayoutView: https://www.klayout.de/doc-qt5/code/class_LayoutView.html#method208 My use...