-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt to fix issue 11 and 8 - needs confirmation.
- Loading branch information
1 parent
c81099b
commit ad25a85
Showing
4 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# XS_INPUT=xs_bug8.gds | ||
# XS_CUT=-3,0;7,0 | ||
|
||
depth(20.0) | ||
height(20.0) | ||
|
||
l1 = layer("1/0") | ||
|
||
substrate = bulk | ||
|
||
m1 = deposit(1.0) | ||
mask(l1).etch(2.0, 0.0, :into => [ m1, substrate ]) | ||
mask(l1.sized(0.2)).etch(0.0, 0.5, :into => m1) | ||
|
||
output("1/0", substrate) | ||
output("2/0", m1) | ||
|