Skip to content

Commit

Permalink
Corrected an error in the nwell-with-guard-ring drawing routine,
Browse files Browse the repository at this point in the history
which inadvertently lost a "popbox" command from the middle of
the script, causing DRC errors on the right side.
  • Loading branch information
RTimothyEdwards committed Apr 10, 2024
1 parent 01508a9 commit 14f3b07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.477
1.0.478
1 change: 1 addition & 0 deletions sky130/magic/sky130.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ proc sky130::nwell_draw {} {
box grow n -0.3um
box grow s -0.3um
paint nsc
popbox
paint nsd
popbox

Expand Down

0 comments on commit 14f3b07

Please sign in to comment.