Corrected the widespacing rules in the techfile so that they are triggered by metal width > 3um instead of metal width >= 3um.
diff --git a/VERSION b/VERSION index 9d25b39..ac2282a 100644 --- a/VERSION +++ b/VERSION
@@ -1 +1 @@ -1.0.89 +1.0.90
diff --git a/sky130/magic/sky130.tech b/sky130/magic/sky130.tech index 762528a..5aef736 100644 --- a/sky130/magic/sky130.tech +++ b/sky130/magic/sky130.tech
@@ -5560,9 +5560,9 @@ angles allm1 45 "Only 45 and 90 degree angles permitted on metal1 (x.3a)" variants (fast),(full) - widespacing allm1 3000 allm1,*obsm1 280 touching_ok \ + widespacing allm1 3005 allm1,*obsm1 280 touching_ok \ "Metal1 > 3um spacing to unrelated m1 < %d (met1.3b)" - widespacing *obsm1 3000 allm1 280 touching_ok \ + widespacing *obsm1 3005 allm1 280 touching_ok \ "Metal1 > 3um spacing to unrelated m1 < %d (met1.3b)" variants (full) @@ -5597,9 +5597,9 @@ angles allm2 45 "Only 45 and 90 degree angles permitted on metal2 (x.3a)" variants (fast),(full) - widespacing allm2 3000 allm2,obsm2 280 touching_ok \ + widespacing allm2 3005 allm2,obsm2 280 touching_ok \ "Metal2 > 3um spacing to unrelated m2 < %d (met2.3b)" - widespacing obsm2 3000 allm2 280 touching_ok \ + widespacing obsm2 3005 allm2 280 touching_ok \ "Metal2 > 3um spacing to unrelated m2 < %d (met2.3b)" variants (full) @@ -5635,9 +5635,9 @@ angles allm3 45 "Only 45 and 90 degree angles permitted on metal3 (x.3a)" variants (fast),(full) - widespacing allm3 3000 allm3,obsm3 400 touching_ok \ + widespacing allm3 3005 allm3,obsm3 400 touching_ok \ "Metal3 > 3um spacing to unrelated m3 < %d (met3.3d)" - widespacing obsm3 3000 allm3 400 touching_ok \ + widespacing obsm3 3005 allm3 400 touching_ok \ "Metal3 > 3um spacing to unrelated m3 < %d (met3.3d)" variants (full) cifspacing m3_large_halo m3_large_halo 400 touching_ok \ @@ -5673,9 +5673,9 @@ angles allm4 45 "Only 45 and 90 degree angles permitted on metal4 (x.3a)" variants (fast),(full) - widespacing allm4 3000 allm4,obsm4 400 touching_ok \ + widespacing allm4 3005 allm4,obsm4 400 touching_ok \ "Metal4 > 3um spacing to unrelated m4 < %d (met4.5b)" - widespacing obsm4 3000 allm4 400 touching_ok \ + widespacing obsm4 3005 allm4 400 touching_ok \ "Metal4 > 3um spacing to unrelated m4 < %d (met4.5b)" variants (full) cifspacing m4_large_halo m4_large_halo 400 touching_ok \