Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libs.tech: Fix klayout extraction of diodes #225

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Commits on Oct 17, 2024

  1. libs.tech: Fix klayout extraction of diodes

    Diodes were extracted at the wrong hierarchy level.
    Matthias (KLayout author) was kind enough to debug this issue
    and came up with this patch.
    
    See related discussion :
    
    https://www.klayout.de/forum/discussion/2605/device-extracted-at-wrong-level-of-hierarchy#latest
    
    But as a summary, KLayout's booleans use the first argument's
    hierarchy as reference. so it's important to make sure to use a
    "cell local" layer/polygon as first argument to ensure extraction
    at the proper level
    
    Signed-off-by: Sylvain Munaut <[email protected]>
    smunaut committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    7fa2ef3 View commit details
    Browse the repository at this point in the history