forked from efabless/sky130_klayout_pdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7,380 changed files
with
3,183 additions
and
15 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
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,48 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<klayout-macro> | ||
<description>D25 View</description> | ||
<version/> | ||
<category>d25</category> | ||
<prolog/> | ||
<epilog/> | ||
<doc/> | ||
<autorun>false</autorun> | ||
<autorun-early>false</autorun-early> | ||
<priority>0</priority> | ||
<shortcut/> | ||
<show-in-menu>true</show-in-menu> | ||
<group-name>efabless_sky130</group-name> | ||
<menu-path>efabless_sky130>end("Efabless sky130").end</menu-path> | ||
<interpreter>dsl</interpreter> | ||
<dsl-interpreter-name>d25-dsl-xml</dsl-interpreter-name> | ||
<text>poly = input(66, 20) | ||
licon = input(66, 44) | ||
li = input(67, 20) | ||
mcon = input(67, 44) | ||
met1 = input(68, 20) | ||
via1 = input(68, 44) | ||
met2 = input(69, 20) | ||
via2 = input(69, 44) | ||
met3 = input(70, 20) | ||
via3 = input(70, 44) | ||
met4 = input(71, 20) | ||
via4 = input(71, 44) | ||
met5 = input(72, 20) | ||
|
||
|
||
z(poly, height: 250.nm) | ||
z(licon, height: 400.nm) | ||
z(li, height: 200.nm) | ||
z(mcon, height: 350.nm) | ||
z(met1, height: 300.nm) | ||
z(via1, height: 350.nm) | ||
z(met2, height: 300.nm) | ||
z(via2, height: 350.nm) | ||
z(met3, height: 300.nm) | ||
z(via3, height: 350.nm) | ||
z(met4, height: 500.nm) | ||
z(via4, height: 400.nm) | ||
z(met5, height: 500.nm) | ||
|
||
</text> | ||
</klayout-macro> |
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,8 @@ | ||
# Sky130 manufacturing rules deck | ||
|
||
The MR DRC deck was copied from [mpw_precheck](https://github.com/efabless/mpw_precheck/blob/main/checks/tech-files/sky130A_mr.drc). This is the DRC deck that is currently actively maintained. | ||
|
||
> [!INFO] | ||
> Make sure to keep this file updated. | ||
|
||
`sky130B_mr.drc` is the same as `sky130A_mr.drc`. |
Oops, something went wrong.