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

It'll be great to make `-help/--help` as aliases for command line argument `-h`. Looks like changes should be done in `layApplication.cc` and `gtfui.cc`. It may be reasonable to introduce non-abbreviated...

_Edit Watch_, _Delete_ and _Clear_ command should be enabled/disabled based on list state. As of 0.26.4 all menu items are always enabled. _Edit Watch_ must be enabled only when single...

Using Klayout 0.25.9 I've discovered that DXF export creates a file that is unable to be read by AutoCAD when two cells names only differ by their capitalization, eg. 'lib'...

Macro Development window should not show tabs for unsupported languages. If KLayout is built with only Python support, only Python tab should appear. If only Ruby support is enabled -...

Currently the basic library cells use a grid of 1nm, and it would be useful if this could be adjusted. (See https://www.klayout.de/forum/discussion/1477/issue-with-database-unit#latest)

Hi there, I'm running KLayout 0.26 (from the repos) on Manjaro with Gnome DE, and the Wayland compositor. The default installed state would fail to load (core dump), but I...

Dear Matthias, I am using KLayout to launch long device and circuit simulations. Python has a means of launching a subprocess asynchronously. This means we could have the KLayout design...

On OpenBSD, dlopen() and friends are in libc, and there is no libdl. The `LIBS += -ldl` line in src/unit_tests/unit_tests.pro thus causes a failure on OpenBSD.

Apparently (user report) with a M specification, the total width of a transistor needs to be computed by multiplying with M. KLayout internally uses the full width, not the width...

Some SALT package developers use Python as their scripting language. Unfortunately, Python still has a lingering backwards-compatibility issue with version 2 vs. 3. By default, klayout's build script uses the...

enhancement
question