Corrected the SBLK-to-poly-contact spacing rule in the magic
device generator script from 0.335um to 0.33um.  The original value
did not account for the difference between the drawn contact size
in magic and the size of the cut layer.  The error resulted in poly
resistors with contacts 0.005um too far from the resistor, causing
a DRC violation.
diff --git a/VERSION b/VERSION
index 597894d..58cd902 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.435
+1.0.436
diff --git a/gf180mcu/magic/gf180mcu.tcl b/gf180mcu/magic/gf180mcu.tcl
index 34adcfc..d9058c0 100644
--- a/gf180mcu/magic/gf180mcu.tcl
+++ b/gf180mcu/magic/gf180mcu.tcl
@@ -74,7 +74,7 @@
     dict set ruleset diff_gate_space  0.10      ;# Diffusion to gate poly spacing rule
     dict set ruleset metal_spacing    0.23      ;# Metal1 spacing rule
     dict set ruleset mmetal_spacing   0.23      ;# Metal spacing rule (above metal1)
-    dict set ruleset sblk_to_cont     0.335     ;# resistor to contact center
+    dict set ruleset sblk_to_cont     0.33      ;# resistor to contact center
     dict set ruleset sblk_diff_space  0.44      ;# resistor to guard ring
 }