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. NPN transistor extraction issue

    Matthias
    by Matthias · October 2021
    "tE" => emitter})#Connection Define#NPN connect ======================connect(emitter, contact)# NOTE: collector connects to collector_contact outside baseconnect(collector_c
  2. NPN transistor extraction issue

    eeterry11
    by eeterry11 · October 2021
    "tE" => emitter})#Connection Define#NPN connect ======================connect(emitter, contact)connect(collector_contact, nwell)connect(nwell, nplus)connect(nplus, contact)co
  3. DCplxTrans/Dtrans works fine in shapes.insert while not in cell.insert

    frostchu
    by frostchu · July 2021
    layer = layout.layer(layer_info[0], layer_info[1]) text = textGen.text(string, dbu) trans = db.DCplxTrans(db.DTrans(3, False, coord_info[0]-5, coord_info[1]+5), 10) #coord_info is a list which c
  4. How to display the results of comparator in the netlist browser and generate a customized netlist

    Bian
    by Bian · July 2021
    I used the same custom comparator as @cgelinek_radlogic in "https://www.klayout.de/forum/discussion/comment/7750#Comment_7750".
  5. No 2.5D view entry in the Tools menu

    jdacosta
    by jdacosta · June 2021
    #CO.drawing: height=0.5
  6. How to create a GenericDeviceParameterCompare subclass for LVS

    cgelinek_radlogic
    by cgelinek_radlogic · June 2021
    @Matthias
  7. display density values of window tiles

    Matthias
    by Matthias · May 2021
    tps://www.klayout.de/forum/discussion/comment/6759#Comment_6759
  8. Problem with Layers Panel width in windows version

    dick_freebird
    by dick_freebird · May 2021
    https://www.klayout.de/forum/discussion/comment/1960#Comment_1960
  9. LVS NetlistSpiceReader: 3-terminal resistor confusion

    tagger5896
    by tagger5896 · May 2021
    https://www.klayout.de/forum/discussion/comment/7484#Comment_7484
  10. Is there a way to merge and "blend" two hierarchies?

    Matthias
    by Matthias · March 2021
    Hence I don't recommend this mode in your specific case. In the UI you can use "File/Import Other Files into current" to merge in a smarter way (hierarchy mapping). In a script, the
  11. Layout view of resistors

    Ege_Bey
    by Ege_Bey · March 2021
    target_netlist("resistor2.cir", write_spice, "Created by KLayout")deep# Produce LVS reportreport_lvsres_layer = input(1,0)contact_layer = input(2,0)bulk = polygon_l
  12. Merging two polygons in a layer

    tagger5896
    by tagger5896 · March 2021
    https://www.klayout.de/forum/discussion/comment/4167#Comment_416744
  13. Ruby, Fetch x and y position of the mouse click from gds

    tagger5896
    by tagger5896 · March 2021
    https://www.klayout.de/forum/discussion/comment/7180#Comment_7180
  14. Ruby, Fetch x and y position of the mouse click from gds

    Matthias
    by Matthias · March 2021
    Maybe you should check here before you continue: https://www.klayout.de/forum/discussion/comment/7260#Comment_7260
  15. Chop/Cut/etc

    tagger5896
    by tagger5896 · February 2021
    have been made too allow any layer too be used for the "Mask"#Functionality is the same but you can use any "Dummy" layer as the "Mask" layer#Sel
  16. PowerMesh

    tagger5896
    by tagger5896 · February 2021
    do |shape| if shape.is_box? #Convert polygon to Box box = shape.box coords.push(box) end #end do end $cord = Array.new #Convert RBA:Box c
  17. LayerMap

    Matthias
    by Matthias · February 2021
    If you don't know how many layers you actually will have, you can add a wildcard entry to the .lyp file which essentially is equivalent to "add_missing_layers". See here for a discus
  18. PowerMesh

    tagger5896
    by tagger5896 · February 2021
    do |shape| if shape.is_polygon? #Convert polygon to Box box = shape.bbox puts("Processing ...") # puts box.center # puts box.width # puts
  19. script to swap cells with cells from another file

    Matthias
    by Matthias · January 2021
    To overcome the issue, the solution is to load the second layout into a separate pya.Layout object and transfer the cells from there into the first layout using "Cell#copy_tree". You
  20. klayout as a position viewer on a microscope

    Matthias
    by Matthias · December 2020
    One is here: https://www.klayout.de/forum/discussion/comment/2214#Comment_2214
Previous Next
Powered by Vanilla