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

Rounding issue after etch #4

Closed
klayoutmatthias opened this issue Mar 12, 2018 · 0 comments
Closed

Rounding issue after etch #4

klayoutmatthias opened this issue Mar 12, 2018 · 0 comments

Comments

@klayoutmatthias
Copy link
Owner

This ticket is following https://www.klayout.de/forum/comments.php?DiscussionID=1041

See the attached xs file and layout.

This is the wrong output:

image

The expectation is to see the implant effective for both epi layers.

Technically the issue arises because of this code in xsection.lym, line 275++:

    # consume material and add to air
    if into
      into.each do |i|
        i.sub(res)
      end
    end

    @xs.air.add(res)

The "res" shape is subtracted from both "into" substrates, but due to grid snapping the effective "air" adder is different from the original shape.

epi.gds.gz
epi.xs.gz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant