andyL

About

Username
andyL
Joined
Visits
0
Last Active
Roles
Member

Comments

  • Thanks a lot Matthias, works perfect ... Reason for this implemetation is that the klayout user would like have a quick way to add a layer name and changing the datatype. You could do this with KL functionalty but only layer per layer. The followi…
  • Hello Matthias, Thanks for your update, I got it up and running as expected by the designer. Also congrats to the new release. With the major improvments introduced in 0.25x Klayout becomes an even more outstanding SW - Thanks for this. Best Regar…
  • Thanks a lot for your feedback - I spent 40 minutes trying different markdowns ... They basic request I face is to run a vertex merge (because of a reason mention in another discussion this forum). In case the customer missed to use OASIS they wan…
  • Good evening, The issue sound familar to me - we've encountered an issue with a GDS viewer reading in a gds design layouted with klayout. Reason was that the nuber of vertex when you save a gds file was set to 8000 while the gds reader we used in t…
  • Thanks a lot Matthias for your appriciated feedback, in case you require the complete scripts please let me know. Best Regards, Andy
  • I compiled 0.25 and run a regression on our previous generated python scripts. in the new release I received a message std::bad_alloc in Region.insert(Class RuntimeError) executing: bw=bWidth/2 hw=bHeight/2 myBox = [pya.Point(-bw,-hw), pya.P…
  • Awesome Matthias - works perfect. It's quite easy to fetch the x,y position in a script. We love the new rulers of 0.25 ... Thanks for your feedback, Andy
  • Thanks a lot Matthias, It works as planned. With the programmable interface KLayout is a real outstanding tool ! Cheers, Andy
  • Hello NMF, there is no issues reading klayout generated GDS files in other tools. It workes fine using the stream in IC5 and IC61 in cadence. Same is true using phs verification tools like calibre or other. What we observed is that some tools could …
  • Hello Matthias, Thanks for your feedback. I found now a proper working solution (thanks to the open pythin interface and interface and pya.region). I'll place a quadratic shape (with radius) in a circle of a given radius and subtract both Regions. …
  • Hi David, Thanks a lot for your feedback. Right now that's what I'm doing. But as a next step I need to get the selected rect, get all corners and all points of the box and do some boolean operations. So before I continue I wonder to if there might…
  • Thanks a lot Matthias. The tile mode is incredible - we use it quite often, even in a quick in a drc check. I'll review your suggestion - sounds like a very good approach. Just saw that you start compiling a new klayout release support qt5 (and pr…
  • It works fine for us - without issues. If you click on Apply your key-bindings get saved into <home>.klayout/klayoutrc . Do you have this file and are the changes available? (search for key-bindings) Do you start KL from a global installation …
  • Thanks a lot for the update Matthias. Right now I run a layer inersion (with extent) followed by a notch witgh projction. This works fine because I assume a circle isn't really a circle and there are always orthogonal edges to check on ... Looking …
  • Thanks Matthias, The layer generation made the difference. Idea and long term project behind is on how parametrized shapes could be used e.g. for a basic transistor layout. The pcell intend to be placed in concunction with donut to layout them in a …
  • Forget about my last comment Laurent - works fine. Thanks for sharing this script.
  • Hello Laurent, I'd like to try your script but fail with a comment MenuAction not defined. I assume the root cause has to do with the QT installation. I tried the windows version too, through installer and the zip version. The QT enablement in wi…
  • Hello Matthias, I'll try the reset on Monday. Mea culpa - I assumed it works this way but overread the page with the runset. By the way, KLayout is an incredible tool in terms of functionality and usability. Best Regards, Andy
  • Hello Matthias, Thanks a lot for your feedback - this works for me. Best Regards, Andy
  • Works for me - Thanks a lot Matthias.