devengr

About

Username
devengr
Joined
Visits
1
Last Active
Roles
Member

Comments

  • Thanks--that makes sense. Any pointers on what it would take to add the functionality of "unround" which is available in the edit function as a DRC function? Naively, I would think it's just a matter of looping through the shapes on a DRC …
  • Hi, Matthias, Thanks for all your work and support of this excellent program! I've come across a possible bug and am wondering if perhaps there is a better way to accomplish my purpose. I want to "fill the edge" of a circular wafer with re…
  • Thanks, Matthias--that works. (For completeness, here's the section which uses the new "flatten_me" method from above): (nr+1).times do |j| (nc+1).times do |i| # pattern if any part of reticle is on wafer centerx = (i-nc/2-0.5)…
  • Hi, Matthias, Thanks for your quick response! I still have a problem. In the code above, thisinstance is a CellInstArray, while the new method you coded is for an Instance. I think I should be able to create an Instance which can point to the CellI…
  • Excellent--thanks for your help and for this great layout software.
  • P.S. I replaced the default font with a vented version and recompiled fairly easily under Linux, but I wasn't able to get compiling under windows to work--I can use the Linux version OK, but others want to stick to windows. I'm hoping that other u…
  • (Actually I guess I can't upload a file, so I will email it to Matthias so he can post it if he wants to.)
  • Thanks for your response and for this awesome program! Removing those files did fix that problem. Now I have another--any suggestions? 1>------ Build started: Project: klayout, Configuration: Release Win32 ------ 1>Build started 5/1/2013 8:05…
  • I'm having an issue trying to build klayout.0.22.7 on win7 (VS2010). I'm using QT 4.7.1 (open source), which built successfully. I'm using the pre-built ruby1.9.1-p430 suggested on the klayout web page (http://178.77.72.242/downloads/ruby1.9.1-p430.…
  • Thanks for your help--I've got it working now. Can you comment on how to change the "font" used for the layout text created by the TEXT pcell? Specifically, I'd like to use a "font" which doesn't have any enclosed spaces (like th…
  • I'd like to create on-wafer text from a ruby script, but I'm having trouble figuring out the syntax. Anyone have an example of calling the built-in text PCELL from ruby? Here's what I've got so far (not quite working): The intent is to step a cell a…