Skip to content

Commit

Permalink
a few fixes in layout, adding a few new DRC rules
Browse files Browse the repository at this point in the history
  • Loading branch information
nbingham1 committed Nov 12, 2024
1 parent 353a671 commit 46782c8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/ckt
Submodule ckt updated 1 files
+1 −1 src/version.h
2 changes: 1 addition & 1 deletion lib/phy
Submodule phy updated 2 files
+18 −0 phy/Layout.cpp
+2 −0 phy/Layout.h
2 changes: 1 addition & 1 deletion lib/sch
Submodule sch updated 3 files
+5 −10 sch/Draw.cpp
+2 −2 sch/Placer.cpp
+22 −12 sch/Router.cpp
2 changes: 2 additions & 0 deletions tech/sky130.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@
fill(nwell_label)
fill(dnwell)
fill(hvtp)
fill(lvtn)
fill(nsdm)
fill(psdm)
fill(pwell_pin)
Expand Down Expand Up @@ -321,6 +322,7 @@
spacing(psdm, psdm, 76)
spacing(diff, diff, 54)
spacing(hvtp, hvtp, 76)
spacing(lvtn, lvtn, 76)
spacing(poly, poly, 42)
spacing(licon1, licon1, 34)
spacing(li1, li1, 34)
Expand Down

0 comments on commit 46782c8

Please sign in to comment.