mikhail_umanskiy

About

Username
mikhail_umanskiy
Joined
Visits
45
Last Active
Roles
Member

Comments

  • Hi Matthias. Thank you very much, your responses have been extremely helpful. It appears I have no reason to dive inside the DRC engine since KLayout is much more versatile than I thought :smile: . Sincerely, Mikhail
  • One of the SVRF operations that I encounter frequently is ENCLOSE RECTANGLE, which selects polygons that can fit a rectangle with certain dimensions. Suppose a metal normally has minimal spacing S1, but the minimal spacing between two metal polygons…
  • Hi Matthias. I am trying to write DRC scripts for a coulpe of PDKs using open-source tools. I have Calibre SVRF scripts to base my scripts on, but they use some operations that are have no analogs in the KLayout format (e.g. PATH LENGTH operation). …
  • Thank you Matthias. This code indeed does what I need for this example. However, I would like to know how to work with the DRC engine in general, i.e. not combining existing operations but writing brand new ones (presumably using C++). Could you ple…