ackusingh

About

Username
ackusingh
Joined
Visits
12
Last Active
Roles
Member

Comments

  • Hi Eugene, Matthias, Thanks a lot for the prompt feedback and providing the solution. Usually I work with multiple layouts and different technologies/foundries so layer properties file is generally not available at hand. I just wanted to create a ge…
  • Hi Matthias, Thanks a lot, I'll try it. For the incorrect cell_id, I've opened an issue at github as well. Acku
  • Hi Matthias, Thanks a lot. I was trying to compile with static ruby library as the ruby installation did not have the shared object files. It turns out that the default configure for ruby installation do not create the shared object file. I reins…
  • Hi Matthias, I tried the fix you gave above and it worked absolutely fine! I manually inspected the cells which were triggering the error earlier. They indeed have empty cells in them which were causing the problem. Thanks a lot for the prompt re…
  • Hi Matthias, Thanks for spending time on the issue. Actually the hierarchy is pretty simple; one top cell with loads of cells at first level. It is at most 3-4 levels deep. The instances have no magnification / no rotation or mirrored. The count o…
  • Hi Matthias, I'm facing almost similar issue in one of the scripts which you helped me to code sometime back. From the Layout Properties, I checked that the database units is 0.001 micron i.e. 1nm Now in the script I created an array of boxes: …
  • Hi Matthias, Thanks again. I couldn't figure out that this needs to be done for every instance as well. The code is working fine now! Thanks and Regards, Acku
  • Hi Matthias, The above code is really useful, but I need to copy layer properties as well. I tried to modify it to map the layer properties but somehow I couldn't make it work. However I able to handle gds files with different database units. Can …
  • Hi Matthias, Thanks a lot! The script is working fine for me and solved my purpose. I modified it to merge several hundreds of gds files in one file. Actually I was trying to follow the most intuitive approach of loading gds files in same layout,…
  • Hi sure i'll try to do it. Probably I want to use this multi clip feature in a non interactive mode so that things could be automated. So as it is a ruby method, I can do some experiments :) Thanks Acku
  • Hi This is very useful to me. I'll try it out definitely !! Thanks Acku
  • Hi Matthias I saw in release notes that version 0.21.1 is out, so is the clip method now available through a ruby method ?
  • This sounds great !! The code above would be very helpful to me in writing ruby scripts. Thanks a lot Regards Acku
  • Hi, Thanks a lot and I tried the manual selection method, its pretty useful. I was also interested in using Klayout in a batch ( non-interactive) mode so that the cutting of gds can be done through a script. Can you suggest me ways for this ? Rega…
  • Hi I need to modify the clip tool so that it automatically cuts the whole gds into various smaller square (of desired size) gds and save them as separate gds files. Can you please guide me on how to proceed for this ?