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

I followed your code. I downloaded wheel file from qtless-canvas2 brach action #148. and installed 'klayout-0.28-cp39-cp39-maylinux_2_17_x86_64.manylinux2014_x86_64.whl'. My OS is CentOS7 import is ok but I came up with below message....

question

Hello, I'm trying to open the following DEF file with Klayout. ``` VERSION 5.8 ; DIVIDERCHAR "/" ; BUSBITCHARS "[]" ; DESIGN pins ; UNITS DISTANCE MICRONS 2000 ; TRACKS...

question

* Version: KLayout 0.27.11 In our Klayout stream-out script for OpenLane, we load the layout as follows: ``` tech = pya.Technology() tech.load(tech_file) layout_options = tech.load_layout_options layout_options.lefdef_config.macro_resolution_mode = 1 layout_options.lefdef_config.lef_files =...

question

Whenever I'm deleting any cells, I get this message, which is problematic since I can not delete a bunch of cells simultaneously. There is a similar issue (https://github.com/KLayout/klayout/issues/1099), but in...

bug
for-0.27

When multiple cells have overlapping origins, the title of the Cell is very difficulty to read. Although text is outlines in white, and clicking on the cell cycles which is...

question

Hello. I have been in the process of refactoring some of the code in https://github.com/lightwave-lab/zeropdk, and in the process I have made a few improvements to the database API. I...

I encountered Valgrind's complains about mismatched `delete / delete []` when just importing `klayout.db` from 0.26.4 (but `std::auto_ptr` was used back then. `std::unique_ptr buffer (new char [MB_CUR_MAX]);` should be `std::unique_ptr...

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