klayout
klayout copied to clipboard
KLayout Main Sources
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....
Hello, I'm trying to open the following DEF file with Klayout. ``` VERSION 5.8 ; DIVIDERCHAR "/" ; BUSBITCHARS "[]" ; DESIGN pins ; UNITS DISTANCE MICRONS 2000 ; TRACKS...
* 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 =...
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...
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...
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...
…e number of opened files.
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