Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Layer when it isn't top layer doesn't stop etch #24

@mwdvorak

Description

@mwdvorak

Hi,
It appears that when there's a layer above a non-etching layer, then the etch goes through as if the non-etching layer wasn't there.

depth(1)
height(6)

dbu(0.0001)
delta(10 * dbu)

lmetal1 = layer("18/0")
lvia = layer("21/0")
substrate = bulk

metal1 = mask(lmetal1).grow(0.2)
oxide = all.grow(1)
mask(lvia).etch(1.4, :into => [substrate, oxide] )

output("substrate/0", substrate)
output("oxide/0",oxide)
output("metal1/0", metal1)

image
image

If you remove the top oxide layer, the etch won't go through metal1, but if it's present, it will.

Is this a known feature of Xsection?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions