juaferv3

About

Username
juaferv3
Joined
Visits
84
Last Active
Roles
Member

Comments

  • UPDATE: Finally I can do a workaround, creating a technology for each technology, loading the .lyp and chaging the explicit_base_path include RBAfolder = File.join(ENV['HOME'],'\\Technology files\\')RBA::Technology.clear_technologiestechnologies = …
  • Dear Matthias, At the beginning, it seems that it works and it generates the technology. CODE 1 include RBAf = File.open('haspfhohap.lyt')xml_text = f.readmitech = RBA::Technology.technology_from_xml(xml_text)f.close So I develop a code to read …
  • oh, sorry matthias. I just copy the code and I don't see the final preview. Thank you for your answer.
  • I attach you the layer property file changing the format from .lyt to .txt because the forum doesn't allow to attach other file formats. My initial code is: include RBA Enter your Ruby code here mitech = RBA::Technology.technology_from_xml('hasp…
  • Thank you for your awesome work Matthias! The new website is amazing! The new functionality of LVS seems that will help for not experience users using schematics (as me). I have realized that with a netlist, an schematic connection, etc it is possib…
  • Dear Matthias, I want to do the same because if you merge the layers in the top cell, the hierarchy in the layout is avoided due to the layers in the subcells is copied to the top cell. I have developed some code to fix this, however at the end the …
  • And also in ruby files is possible to specify the home directory # fn =ENV['HOME']+"\\Klayout\\klayout_library.gds" And it will work in all computers :) I try always to use the home directory as connection for programs and I use sy…
  • Dear Matthias, Sorry for my late answer but I tried different things and how I didn't find a solution I left this issue. I bring this back. I try your code but I found that I need a little modify in the first loop to have this ruby file woking ..…
  • Do you reach some solution? I want to do the same but it seems that it is not straight forward. I can obtain the points to route externally to klayout or with the mouse.
  • And I also see this https://github.com/StefanSalewski/Ruby-PCB-Router that he implements directly a PCB autorouter in Ruby. I know that it is not "basic". My idea is that if it is possible to use klayout program with already develope code …
  • My goal is to implement an autorouter with Klayout and the hierarchy. I check it but how can I implement a gds file and specify the nodes to do auto routing? I don't how to use the freerouting in the klayout.
  • Hi mathias, Thank you very much! You are the best! Regards, Juan
  • Sorry for the delay, The full code to replace cells from a library is as follow. And my problem is in line 190 : # This file read technology library of Ligentec and check if BB are in # A utility function which copies one layout into another def co…