Significant improvements to library sky130_fd_sc_lp version 0.0.2.

This commit contains major improvements to all files by regenerating
from original data, improving consistency and automated cross checking
of data.

These improvements should drastically reduce customer confusion when
using the library and further reduce future possibility for human errors to
creep into designs.

Notable improvements include;

 * A large number of files have been regenerated from original source
   data including most liberty timing files and spice simulation models
   (compared to previous hand created versions).

 * Catalog and other library aggregations are now automatically
   generated from library contents (compared to previous hand created
   versions).

 * Significant improvements to documentation for all cells, including
   producing graphical representations, verified metadata and
   descriptions.

 * Names have been cross referenced between file types (such as
   simulation, layout, schematic and timing) and now verified to match.

 * Names have been improved to fix a standard format across all supported
   libraries and PDK contents.

 * Significant improvements to the contents of text files (like the
   verilog files) through improving consistent style that has been
   automatically checked.

 * Simplified verilog files for usage with open tools, including new
   black box stubs have been created.

 * Too many numerous other changes to list here.

Signed-off-by: Kevin Kelley <kevin.kelley@skywatertechnology.com>
diff --git a/README.rst b/README.rst
index 268d71b..2366f32 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,5 @@
 :lib:`sky130_fd_sc_lp` - SKY130 Low Power Digital Standard Cells (SkyWater Provided)
 ====================================================================================
 
-Initial release of version (0, 0, 0).
+Initial release of version (0, 0, 1).
 
diff --git a/cells/diode/sky130_fd_sc_lp__diode_0.lef b/cells/diode/sky130_fd_sc_lp__diode_0.lef
index a7b5354..dc6055a 100644
--- a/cells/diode/sky130_fd_sc_lp__diode_0.lef
+++ b/cells/diode/sky130_fd_sc_lp__diode_0.lef
@@ -27,6 +27,7 @@
   SITE unit ;
   PIN DIODE
     ANTENNADIFFAREA  0.434700 ;
+    ANTENNAGATEAREA  0.000000 ;
     DIRECTION INOUT ;
     PORT
       LAYER li1 ;
diff --git a/cells/diode/sky130_fd_sc_lp__diode_1.lef b/cells/diode/sky130_fd_sc_lp__diode_1.lef
index 802dd40..55a0179 100644
--- a/cells/diode/sky130_fd_sc_lp__diode_1.lef
+++ b/cells/diode/sky130_fd_sc_lp__diode_1.lef
@@ -27,6 +27,7 @@
   SITE unit ;
   PIN DIODE
     ANTENNADIFFAREA  0.745200 ;
+    ANTENNAGATEAREA  0.000000 ;
     DIRECTION INOUT ;
     PORT
       LAYER li1 ;
diff --git a/cells/xnor3/sky130_fd_sc_lp__xnor3.specify.v.new b/cells/xnor3/sky130_fd_sc_lp__xnor3.specify.v.new
index 4d2849c..414a2a2 100644
--- a/cells/xnor3/sky130_fd_sc_lp__xnor3.specify.v.new
+++ b/cells/xnor3/sky130_fd_sc_lp__xnor3.specify.v.new
@@ -17,6 +17,7 @@
 */
 
 specify
+// arcs copied from scs8lp_xnor3_1
 if ((!B&!C)) (A +=> X) = (0:0:0,0:0:0);
 if ((!B&C)) (A -=> X) = (0:0:0,0:0:0);
 if ((B&!C)) (A -=> X) = (0:0:0,0:0:0);
diff --git a/cells/xnor3/sky130_fd_sc_lp__xnor3_lp.specify.v b/cells/xnor3/sky130_fd_sc_lp__xnor3_lp.specify.v
index 4d2849c..414a2a2 100644
--- a/cells/xnor3/sky130_fd_sc_lp__xnor3_lp.specify.v
+++ b/cells/xnor3/sky130_fd_sc_lp__xnor3_lp.specify.v
@@ -17,6 +17,7 @@
 */
 
 specify
+// arcs copied from scs8lp_xnor3_1
 if ((!B&!C)) (A +=> X) = (0:0:0,0:0:0);
 if ((!B&C)) (A -=> X) = (0:0:0,0:0:0);
 if ((B&!C)) (A -=> X) = (0:0:0,0:0:0);