Corrected another minor error affecting the position of vias on the left and right sides of the guard rings.
diff --git a/sky130/magic/sky130.tcl b/sky130/magic/sky130.tcl index 8f0fd68..f5de9b3 100644 --- a/sky130/magic/sky130.tcl +++ b/sky130/magic/sky130.tcl
@@ -4698,10 +4698,10 @@ box grow w [/ $cw 2]um set anchor [string index $viagr 0] if {$anchor == "+"} { - box move s [/ [- $gh $via_size]]um + box move s [/ [- $gh $via_size] 2]um box grow n ${ch}um } elseif {$anchor == "-"} { - box move n [/ [- $gh $via_size]]um + box move n [/ [- $gh $via_size] 2]um box grow s ${ch}um } else { box grow n [/ $ch 2]um @@ -4720,10 +4720,10 @@ box grow w [/ $cw 2]um set anchor [string index $viagl 0] if {$anchor == "+"} { - box move s [/ [- $gh $via_size]]um + box move s [/ [- $gh $via_size] 2]um box grow n ${ch}um } elseif {$anchor == "-"} { - box move n [/ [- $gh $via_size]]um + box move n [/ [- $gh $via_size] 2]um box grow s ${ch}um } else { box grow n [/ $ch 2]um