KLayout
  • Discussions
  • Sign In
Home › Search
Sign In · Register

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Register
  1. Passing parameters from command line before macros loading

    crizos
    by crizos · June 2019
    Hi,
  2. PCell instance hovering by code

    jheinsoo
    by jheinsoo · June 2019
    Caputring mouse position is discussed here.
  3. PCell development introduction - Questions for KLayout

    Matthias
    by Matthias · May 2019
    It's possible to provide libraries per technology, so basically you can specialize a PCell for a technology: implement a generic base class in a general module, then derive a class for a given technol
  4. PCell development introduction - Questions for KLayout

    crizos
    by crizos · May 2019
    In general, I am interested for the PCell development and I am trying to use the idea of this example as a base: https://www.klayout.de/forum/discussion/comment/4444#Comment_4444. I am trying to build
  5. sample DRC deck to try to learn from?

    vikasg
    by vikasg · February 2019
    https://www.klayout.de/forum/discussion/comment/5278#Comment_5278
  6. Deep Verification Base: SPICE output

    Matthias
    by Matthias · February 2019
    just one. The corresponding method is Netlist#combine_devices.
  7. is there a way to write a script to load a list of locations and 'step through' through in klayout

    Matthias
    by Matthias · December 2018
    The marker browser is exactly build for this purpose. If you're able to format the list of coordinates in it's XML format, you're done. It's also possible to fill a marker database using a script and
  8. Copy layers from a gds file to another one

    Matthias
    by Matthias · December 2018
    An example for "copy_tree" can be found here: https://www.klayout.de/forum/discussion/comment/2279#Comment_2279 in the final post of mine.
  9. Xsection module changes: dynamic stipple and layer-list issues?

    Matthias
    by Matthias · December 2018
    For the step-by-step question there is a related discussion already: https://www.klayout.de/forum/discussion/comment/4888#Comment_4888
  10. Copy layers from a gds file to another one

    Matthias
    by Matthias · December 2018
    The first method works with "Cell#copy_tree". The second version can be done even with a DRC script. Here is a rough sketch (not tested):
  11. Density for a layer

    garry
    by garry · December 2018
    #compare two method to calculate the density mapimport pyaimport timepixel = 9pattern_layer = 1000gds_file = "C:/Users/Aeolus/Desktop/testcase1.gds"layout = pya.Layout.new()layout.re
  12. Making Pcells with multiple subcells

    Matthias
    by Matthias · September 2018
    * https://www.klayout.de/forum/discussion/comment/3771#Comment_3771
  13. Import other layout by script

    ejprinz
    by ejprinz · July 2018
    So maybe it would be good to have a "safe merge" hard coded in C++ since Python name compares are probably slower than C++. It looks like "cell#copy_tree" implement
  14. Import other layout by script

    Matthias
    by Matthias · July 2018
    There is no method for "Import layout from another file", because this feature is just using "Cell#copy_tree" or "Cell#copy_tree_shapes":
  15. How to extract dbu of a gds file, being loaded into the layout?

    Matthias
    by Matthias · January 2018
    If you need better control, you two layout objects and Cell#copy_tree to copy over the cell trees from the new layout object to your working object.
  16. How can I write texts that can be fabricated in my wafer?

    photonicsbishal
    by photonicsbishal · January 2018
    I found it myself at http://klayout.de/forum/comments.php?DiscussionID=439&page=1#Comment_1873
  17. Object cannot be created here in ReportDatabase::load - command-line alternatives?

    cgelinek_radlogic
    by cgelinek_radlogic · May 2017
    Hello,
  18. Instancing PCells

    cgelinek_radlogic
    by cgelinek_radlogic · August 2016
    http://klayout.de/forum/comments.php?DiscussionID=630&Focus=2844#Comment_2844
  19. Getting texts full path and global transformations from GDS file

    allonpa
    by allonpa · June 2016
    #convert anInstance to cell in order to support topcell
  20. Does RBA::Layout.read change existing PCells in a layout?

    Matthias
    by Matthias · May 2016
    The safe way I advise in general is to use "Cell#copy_tree" which takes care of creating unique cells. In your case the script using "Cell#copy_tree" looks like thi
Previous Next
Powered by Vanilla